Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 352 Bytes

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" .