Reading about SQL is fun, but trying out live examples is even better! So I created JavaScript widgets that turn static SQL code in articles into interactive examples.
Interactive SQL examples give readers the ability to edit a query and see how the results change. Or even write their own queries.
It works entirely in the browser, without a server (powered by SQLite Wasm), and requires only minimal changes to existing HTML code.
Interactive SQL examples give readers the ability to edit a query and see how the results change. Or even write their own queries.
It works entirely in the browser, without a server (powered by SQLite Wasm), and requires only minimal changes to existing HTML code.
https://github.com/nalgeon/sqlime