sql.js

v1.3.0
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
sql sqlite stand-alone relational database RDBMS data query statement and 4 more...

doc

jsdoc -c .jsdoc.config.json

lint

eslint .

test

npm run lint && npm run test-asm && npm run test-asm-debug && npm run test-wasm && npm run test-wasm-debug && npm run test-asm-memory-growth

build

make

rebuild

make clean && make

prettify

eslint . --fix

test-asm

node test/all.js asm

test-wasm

node test/all.js wasm

test-asm-debug

node test/all.js asm-debug

test-wasm-debug

node test/all.js wasm-debug

test-asm-memory-growth

node test/all.js asm-memory-growth

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/23/2020

Downloads