Skip to content

Tags: sql-js/sql.js

Tags

v1.13.0

Update dependencies + add the ability to register a callback for db u…

…pdates

updateHook : called whenever a line is inserted / updated / deleted in the db

also:the sql.js worker script is now compatible with node.js thread workers

v1.12.0

new getRowsModified action in web worker

v1.11.0

New emscripten compiler

v1.10.3

updated sqlite to v3.45.2

v1.10.2

fix memory error with long sql strings

v1.10.1

update deps

v1.10.0

sqlite 3.45 (new json functions)

fixed regestered functions disappearing after exporting the database

v1.9.0

sqlite 3.44

v1.8.0

SQLite 3.38

emscripten 3.1.20
add aggregate functions

v1.7.0

sqlite 3.38.5, size optimizations, more recent compiler