DATABASE · WEB TOOL
Explore SQLite and SQLCipher databases safely
Inspect tables and views and run read-only queries without modifying the original database file.
SQLite Viewer Open →HOW TO USE
How to use
- 01
Drop a SQLite or SQLCipher file anywhere in the viewer.
- 02
For encrypted files, choose SQLCipher 3 or 4 and enter the password or raw key.
- 03
Browse database objects or run a read-only SELECT, WITH, or EXPLAIN query.
USE CASES
Use cases
Inspect application data
Browse tables in a local app database without installing a desktop database client.
Verify an encrypted backup
Open a SQLCipher 3 or 4 database in read-only mode and verify its schema.
FAQ
Frequently asked questions
Can this tool modify the database?
No. It opens the file in read-only mode and only allows read-only SQL statements.
Are SQLCipher 1 and 2 supported?
No. Only SQLCipher 3 and 4 compatibility modes are provided.