View all Signals

Sqlime - An online SQLite playground

Sqlime is an online SQLite playground for debugging and sharing SQL snippets.

It's 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.

It also includes essential SQLite extensions, from math statistics and regular expressions to hash functions and dynamic SQL.