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.
 
 
 
 
 
kim db4b857159
[chore] bump ncruces/go-sqlite3 to v0.25.0 (#3966)
1 year ago
..
wasm update ncruces/go-sqlite3 v0.21.3 -> v0.22.0, gruf/go-ffmpreg v0.6.4 -> v0.6.5 (#3646) 1 year ago
README.md update go-sqlite3 => v0.20.0 (#3483) 2 years ago
arg.go update go-sqlite3 => v0.20.0 (#3483) 2 years ago
const.go update go-sqlite3 => v0.20.0 (#3483) 2 years ago
parse.go [chore] bump ncruces go-sqlite3 => v0.23.0 (#3785) 1 year ago
sql3util.go [chore] bump ncruces/go-sqlite3 to v0.25.0 (#3966) 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.