gotosocial/vendor/github.com/ncruces/go-sqlite3/util/sql3util
2024-10-25 16:09:18 +00:00
..
parse update go-sqlite3 => v0.20.0 (#3483) 2024-10-25 16:09:18 +00:00
arg.go update go-sqlite3 => v0.20.0 (#3483) 2024-10-25 16:09:18 +00:00
const.go update go-sqlite3 => v0.20.0 (#3483) 2024-10-25 16:09:18 +00:00
parse.go update go-sqlite3 => v0.20.0 (#3483) 2024-10-25 16:09:18 +00:00
README.md update go-sqlite3 => v0.20.0 (#3483) 2024-10-25 16:09:18 +00:00
sql3util.go update go-sqlite3 => v0.20.0 (#3483) 2024-10-25 16:09:18 +00:00

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.