gotosocial/vendor/github.com/ncruces/go-sqlite3/util/sql3util
2024-12-16 11:37:53 +00:00
..
parse bump ncruces/go-sqlite3 to v0.21.1 (#3625) 2024-12-16 11:37:53 +00:00
arg.go
const.go
parse.go
README.md
sql3util.go

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.