SQLite Viewer
A read-only SQLite database viewer for Android. Safely open and inspect any SQLite file on your device.
About
SQLite Viewer lets you open SQLite database files stored on your Android device and browse their contents without any risk of modification. Using Android's Storage Access Framework (SAF), the app provides secure file access while displaying schemas, table data, and database metadata in a clean, easy-to-navigate interface.
Features
- Secure file selection via Android SAF (Storage Access Framework)
- Database overview showing file info, SQLite version, and table/view/index/trigger counts
- Schema explorer with CREATE statements, column details, indexes, and foreign key information
- Table data viewer with pagination, sorting, search, and cell copy
- Recent files list for quick access to previously opened databases
- Customizable settings: theme (system/light/dark), rows per page, and long text wrapping
- Graceful error handling for invalid files, permission issues, and corrupted databases