51cb6cae16 | ||
---|---|---|
.. | ||
parse | ||
README.md | ||
arg.go | ||
const.go | ||
parse.go | ||
sql3util.go |
README.md
SQLite utility functions
This package implements assorted SQLite utilities useful to extension writers.
It also wraps a parser
for the CREATE
and
ALTER TABLE
commands,
created by Marco Bambini.