SQL Console — Free Open Tools
Skip to main content
sql console
New
Untitled
Clear
SELECT name, sql FROM sqlite_master WHERE type='table' ORDER BY name;
Run
Run a query to see results.
Import Database
Select a .sqlite, .db, or .sqlite3 file.
Existing data will be replaced.
Loading…
Cancel