Skip to content

Run SQLite on the web, using WebAssembly

License

Notifications You must be signed in to change notification settings

benmerckx/sqlite-wasm

 
 

Repository files navigation

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

About

Run SQLite on the web, using WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.0%
  • JavaScript 19.5%
  • Makefile 13.5%