gotosocial/vendor/github.com/ncruces/go-sqlite3/util/sql3util
2025-01-14 18:30:55 +00:00
..
wasm update ncruces/go-sqlite3 v0.21.3 -> v0.22.0, gruf/go-ffmpreg v0.6.4 -> v0.6.5 (#3646) 2025-01-14 18:30:55 +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 ncruces/go-sqlite3 v0.21.3 -> v0.22.0, gruf/go-ffmpreg v0.6.4 -> v0.6.5 (#3646) 2025-01-14 18:30:55 +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.