About this tool
SQLite Explorer is a read-only tool for quickly understanding an unfamiliar SQLite database. In addition to database-level metadata, it can browse tables and views, search values across the database, inspect individual cells, and trace related records from one place.
Defined foreign keys and inferred relationships can be explored in the ER diagram, with Focus Mode narrowing the view to nearby tables. Database Health combines quick_check, foreign_key_check, and structural review signals, while the SQL view supports read-only queries and EXPLAIN QUERY PLAN.
Good for
- Find a known value across an SQLite database even when you do not know the table name
- Quickly identify JSON, dates, URLs, UUIDs, Base64 candidates, image BLOBs, and other cell content
- Investigate an unfamiliar database safely with relationships, ER views, health checks, and read-only SQL