An open API service indexing awesome lists of open source software.

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

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