gotosocial/vendor/github.com/ncruces/go-sqlite3/util/sql3util
kim 436765a6a2 bump dependencies: minio-go, go-sqlite3, goldmark, otel, x/image/webp (#4075)
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4075
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
2025-04-28 11:20:24 +00:00
..
wasm bump dependencies: minio-go, go-sqlite3, goldmark, otel, x/image/webp (#4075) 2025-04-28 11:20:24 +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 [chore] bump ncruces go-sqlite3 => v0.23.0 (#3785) 2025-02-13 09:53:40 +01:00
README.md update go-sqlite3 => v0.20.0 (#3483) 2024-10-25 16:09:18 +00:00
sql3util.go [chore] bump ncruces/go-sqlite3 to v0.25.0 (#3966) 2025-04-04 17:34:38 +02: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.