GitHub - nalgeon/sqlime: Online SQLite playground
Sqlime
Sqlime is an online SQLite playground for debugging and sharing SQL snippets. Kinda like JSFiddle, but for SQL instead of JavaScript.
🌟 New! Turn static SQL code in your articles into interactive examples.
Here are some notable features:
🔋 Full-blown database in the browser
Sqlime is backed by the latest version of SQLite via the sqlean.js project. It provides a full-featured SQL implementation, including indexes, triggers, views, transactions, CTEs, window functions and execution plans...
Read more at github.com