Hacker News new | ask | show | jobs
by RenThraysk 408 days ago
There are atleast two SQLite bindings for Go.

https://github.com/crawshaw/sqlite

https://github.com/eatonphil/gosqlite/

Ended up with the latter, but did have to add one function binding in C, to inspect changesets.

1 comments

I'm open to adding it to my driver, if people consider it essential.

Every extra bit makes AOT compiling the Wasm slower (impacting startup time).

I also wanna keep the number of variants reasonable, or my repo blows up.

Add your votes for additional features to this issue: https://github.com/ncruces/go-sqlite3/issues/126