Sqlime is an online SQLite playground for debugging and sharing SQL snippets, similar to JSFiddle but for SQL. Version 0.1.5 (stable, infrequent releases) runs entirely in the browser with no server, backed by the latest SQLite via sqlean.js including extensions for math, regex, hash functions, and dynamic SQL. Key differentiators: supports connecting any local/remote SQLite database, saves to GitHub gists, includes AI assistance via OpenAI, mobile-friendly, and has zero third-party dependencies (only SQLite). Interactive widgets allow embedding live SQL examples in documentation.
npm install sqlimeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Sqlime editor, executes SQL queries, loads a remote database, and shares as a gist.
Use smaller databases or paginate queries.
Provide token via Sqlime config or environment variable.
Check documentation for updates before using AI in production.
Deploy Sqlime on a web server or use the hosted version at sqlime.org.
Ensure sqlite.wasm is served correctly and the database path is valid.
Provide a valid token with 'gist' scope in Sqlime constructor.
Set aiApiKey option with a valid OpenAI API key.