|
|
|
|
|
by Imustaskforhelp
354 days ago
|
|
theoretically there is a go port of sqlite by either using wazero[1] (wasm runtime) and then using sqlite from there or some modernc package[2](i am not sure what this website is except for the sqlite part, so maybe someone can clarify that though)
There was also this wrapper of sorts to make the wazero thing genuinely easier to do and it was on r/golang but I don't remember its name but I do think it is semi popular. [1]wazero:https://wazero.io/
[2]:https://pkg.go.dev/modernc.org/sqlite |
|
For the wazero based driver, it's this package (I'm the author): https://github.com/ncruces/go-sqlite3