HACKER Q&A
📣 polishdude20

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?


  👤 thesuperbigfrog Accepted Answer ✓
https://sql.js.org/

It is SQLite compiled to WASM and runs in the browser.