Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.18 KB

README.adoc

File metadata and controls

34 lines (27 loc) · 1.18 KB

sqlite-wasm

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.

Credits & License

This is a reimplementation of sql.js in TypeScript. (MIT license)

Other than that, the project is MIT License. See LICENSE