https://github.com/matrix-org/go-sqlite3-js
Go SQL driver for sqlite3 in browser (sql.js) from go-wasm
https://github.com/matrix-org/go-sqlite3-js
Last synced: about 1 year ago
JSON representation
Go SQL driver for sqlite3 in browser (sql.js) from go-wasm
- Host: GitHub
- URL: https://github.com/matrix-org/go-sqlite3-js
- Owner: matrix-org
- License: apache-2.0
- Created: 2020-01-08T01:25:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T09:34:06.000Z (about 4 years ago)
- Last Synced: 2025-03-24T13:36:12.962Z (over 1 year ago)
- Language: Go
- Size: 138 KB
- Stars: 17
- Watchers: 23
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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:
```bash
$ yarn install
$ GOOS=js GOARCH=wasm go test -exec="./go_sqlite_js_wasm_exec" .
```