ncruces / go-sqlite3

Go bindings to SQLite using wazero
https://pkg.go.dev/github.com/ncruces/go-sqlite3
MIT License
402 stars 12 forks source link

Wrap more of the SQLite API #126

Open ncruces opened 1 month ago

ncruces commented 1 month ago

See this for an (approximated) list of what's already supported (some APIs don't need wrapping of every function). Compare with this.

API coverage is already pretty decent. Reply to this issue if you need something more.