You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| wasm | 1 year ago | |
| README.md | 2 years ago | |
| arg.go | 2 years ago | |
| const.go | 2 years ago | |
| parse.go | 1 year ago | |
| sql3util.go | 1 year ago | |
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.