Database Viewers (SQLite, DB Files)
Sqlite Er Diagram
Generate entity-relationship diagrams from SQLite databases. See tables, columns, and foreign key relationships visually.
Sqlite Schema
Visualize SQLite database schema with tables, columns, types, and relationships. See foreign keys and indexes. Browser-based.
Sqlite Viewer
View SQLite database files in your browser. Browse tables, view schema, query data, export to CSV. No uploads, completely private.
SQLite Database Viewing
SQLite is the most widely deployed database engine in the world. It's embedded in phones, browsers, operating systems, and countless applications. Our browser-based viewers let you inspect SQLite databases without installing any software.
What is SQLite?
Unlike client-server databases like MySQL or PostgreSQL, SQLite is a self-contained, serverless database engine. The entire database—tables, indexes, data—is stored in a single file. This makes SQLite perfect for mobile apps, desktop software, and embedded systems.
Browser-Based Database Inspection
Our SQLite viewer uses SQL.js, which compiles SQLite to WebAssembly for browser execution. This means you can open .sqlite, .db, and .sqlite3 files directly in your browser without uploading to any server.
Features
- Table browsing: View all tables and their contents with pagination
- Schema inspection: See column types, primary keys, and constraints
- SQL queries: Run custom SELECT, INSERT, UPDATE, DELETE statements
- Data export: Export table data or query results as CSV
- Database download: Save modified databases after making changes
Common Use Cases
- App development: Inspect SQLite databases from mobile apps or Electron applications
- Data recovery: View and extract data from database backups
- Quick inspection: Preview database contents without installing DB tools
- Learning SQL: Practice queries on real database files
Privacy
Databases often contain sensitive information—user data, credentials, application state. Our viewer processes everything locally in your browser. Your database files never leave your device.