bump ncruces/go-sqlite3 to v0.21.0 (#3621)

This commit is contained in:
kim 2024-12-12 19:44:53 +00:00 committed by GitHub
commit fb12bbb10b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 224 additions and 105 deletions

View file

@ -10,7 +10,7 @@ as well as direct access to most of the [C SQLite API](https://sqlite.org/cintro
It wraps a [Wasm](https://webassembly.org/) [build](embed/) of SQLite,
and uses [wazero](https://wazero.io/) as the runtime.\
Go, wazero and [`x/sys`](https://pkg.go.dev/golang.org/x/sys) are the _only_ runtime dependencies.
Go, wazero and [`x/sys`](https://pkg.go.dev/golang.org/x/sys) are the _only_ direct dependencies.
### Getting started