https://github.com/mandel59/sqlite-wasm
SQLite compiled to WebAssembly
https://github.com/mandel59/sqlite-wasm
nodejs sqlite webassembly
Last synced: 3 months ago
JSON representation
SQLite compiled to WebAssembly
- Host: GitHub
- URL: https://github.com/mandel59/sqlite-wasm
- Owner: mandel59
- License: mit
- Created: 2017-09-03T15:36:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T00:14:47.000Z (over 4 years ago)
- Last Synced: 2025-03-26T20:49:21.436Z (3 months ago)
- Topics: nodejs, sqlite, webassembly
- Language: TypeScript
- Size: 1.66 MB
- Stars: 74
- Watchers: 5
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLite compiled to WebAssembly
## dependencies
### manual install required
- npm
- make
- the latest version of emscripten
- https://emscripten.org/docs/getting_started/downloads.html### installed by commands
- typescript (run `npm install`)
- source code of sqlite (run `make deps`)## build
```sh
make
```## Related
- [SQLite compiled to javascript](https://github.com/kripken/sql.js/)