Skip to content

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

License

Notifications You must be signed in to change notification settings

fritzbauer/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 63.3%
  • JavaScript 35.5%
  • Dockerfile 1.1%
  • Shell 0.1%