Skip to content

matrix-org/go-sqlite3-js

Repository files navigation

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

About

Go SQL driver for sqlite3 in browser (sql.js) from go-wasm

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •