sqlite3 fiddle
Initializing app...
On a slow internet connection this may take a moment. If this message displays for "a long time", intialization may have failed and the JavaScript console may contain clues as to why.
Downloading...
This is a placeholder for a terminal-like view.
Options
Side-by-side
Swap in/out
Auto-scroll output
Auto-clear output
Load DB
Download DB
Reset DB
-- Use ctrl-enter or shift-enter to execute SQL. If only a subset -- is currently selected, only that part is executed. .nullvalue NULL .mode box CREATE TABLE t(a,b); INSERT INTO t(a,b) VALUES('abc',123),('def',456),(NULL,789),('ghi',012); SELECT * FROM t;
Run
Clear Input
Help
Clear Output
Interrupt