← Back to context Comment by cryptonector 3 days ago There is no pure Go implementation of SQLite3 so... 1 comment cryptonector Reply ncruces 3 days ago There's at least…https://modernc.org/sqlite which preprocesses and transpiles the amalgamation from C to Go.https://github.com/ncruces/go-sqlite3 which runs a Wasm build of SQLite through a pure Go Wasm runtime.
ncruces 3 days ago There's at least…https://modernc.org/sqlite which preprocesses and transpiles the amalgamation from C to Go.https://github.com/ncruces/go-sqlite3 which runs a Wasm build of SQLite through a pure Go Wasm runtime.
There's at least…
https://modernc.org/sqlite which preprocesses and transpiles the amalgamation from C to Go.
https://github.com/ncruces/go-sqlite3 which runs a Wasm build of SQLite through a pure Go Wasm runtime.