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.

using XMLHttpRequest
Loading a database from a server

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


demo - https://sql.js.org/examples/GUI/

#wasm
 
Top