sqlite
sqlite copied to clipboard
github.com/cznic/sqlite has moved to modernc.org/sqlite
Consider you compiled sqlite to wasm and then run it under a wasm interpreter https://github.com/perlin-network/life and implemented the sqlite https://www.sqlite.org/vfs.html interface in go. Not saying one way is better or...
Considering some use (non-production) of this instead of the cgo way. Noticed that there has been minimal activity of late. Is this ready to use? My interests are: - importing...
Should this work? This is on my armv8 Chromebook using crouton Ubuntu. After the errors here, I show my go env. Works fine on my "real" Linux box. (xenial)cecil@localhost:~/go/src/github.com$ go...
@steffengy I've just pushed a couple of new tests that build, but do not yet pass on Linux. While I'll try to incrementally resolve the later, you may want to...