repositorypackage
0.0.0-20220419092513-28aa791a1c91
Repository: https://github.com/matrix-org/go-sqlite3-js.git
Documentation: pkg.go.dev
# README
go-sqlite3-js
Experimental SQL driver for sql.js (in-browser sqlite) from Go WASM.
Only implements the subset of the SQL API required by Dendrite.
To run tests in Docker and Node:
$ docker build -t gsj .
$ docker run gsj
To run tests locally:
$ yarn install
$ GOOS=js GOARCH=wasm go test -exec="./go_sqlite_js_wasm_exec" .