sqlite-wasm is a fork of sql.js with the following changes:
-
Completely rewritten in TypeScript.
-
Focus on the use with WebAssembly.
-
Add slim distribution option (
sqlite-slim.wasm
), which is much smaller binary size then the original. -
Add FTS5 option.