Ask HN: Is there a way to emulate a SQL database in the browser?
I'm hoping to build a great SQL practice website like SQL Fiddle. Is there a way to emulate SQL and a database in the browser?
1 comments
https://sql.js.org/
It is SQLite compiled to WASM and runs in the browser.
It is SQLite compiled to WASM and runs in the browser.