SQLite Playground no database

Open a SQLite database file to browse its tables, columns and rows. The file you open is opened on an isolated, read-only connection — it never touches this tool's own saved data.

Read-only by default. Only SELECT / PRAGMA / EXPLAIN / WITH…SELECT run unless you enable writes.

Open a database to see its tables and foreign-key relationships.

Saved queries
Query history