SQLite compiled to JavaScript

Costas

Administrator
Staff member
Is a javascript SQL database. It allows you to create a relational database and query it entirely in the browser. Uses emscripten to compile SQLite to webassembly (or to javascript code for compatibility with older browsers).

https://sql.js.org/

https://github.com/sql-js/sql.js
 
Top