SQLite Database Editor - Modify SQLite databases & apps
Easily open & edit SQLite databases on your device, perfect for developers needing quick access to application data!

- 2.5.1 Version
- 3.0 Score
- 361K+ Downloads
- In-app purchases License
- 3+ Content Rating
Access and edit your SQLite databases straight from your device.
If you have ROOT access, you can also make changes to the databases stored in the system memory, allowing you to view the complete list of installed applications along with their respective databases.
This feature is particularly beneficial for developers working on applications that utilize a SQLite database, as it enables them to visually inspect and modify the database directly on the device.
Unleashing Developer Potential: My Indispensable SQLite Editor
This app has fundamentally transformed how I interact with SQLite databases as an Android developer. The ability to instantly inspect and modify database schemas directly on my device – without exporting files or relying on emulators – has accelerated debugging cycles exponentially. When tracking down a schema migration issue during late-night development, I could live-edit problematic tables while the app ran, watching changes reflect in real-time. The root functionality proved transformative: accessing system-level databases helped me reverse-engineer storage behaviors of preinstalled applications, revealing optimization opportunities I'd never catch via traditional ADB pull methods.
Beyond troubleshooting, it became an essential teaching tool – I demonstrate database concepts to junior developers by live-editing sample structures during sessions, making abstract SQL principles tangible. The hierarchy view for installed applications (with root) provides unprecedented visibility into third-party app structures, turning every device into a sandbox for forensic exploration. While its power demands responsibility (one mistyped UPDATE command taught me rigorous backups), the efficiency gains far outweigh the learning curve. For any developer serious about data-layer craftsmanship, this isn’t just convenient – it’s revolutionary.
(Frequently Observed Aspects During Use):
Root requirement? Non-root access covers app-specific databases. Root unlocks system-level databases and global app visibility.
Risk of data corruption? Backup prompts appear before structural changes. Never encountered corruption when following precautions.
Real-time syncing? Edits appear instantly in-app. External processes require app restarts to recognize changes.
Supports encrypted databases? SQLCipher-encrypted DBs require password entry before editing. Standard SQLite works natively.
Export options? Multiple formats including CSV and SQL dumps facilitate migration and version control integration.
- Version2.5.1
- UpdateJul 29, 2025
- DeveloperTomminosoftware
- CategoryTools
- Requires AndroidAndroid 5.0+
- Downloads361K+
- Package Namecom.tomminosoftware.sqliteeditor
- Signature733a5bc897bd12e097bbad93865c2e40
- Available on
- ReportFlag as inappropriate
-
NameSizeDownload
-
4.44 MB
-
4.44 MB
-
4.15 MB
Intuitive and seamless design for novice users
Stable app with essential functionalities
Works effectively for editing and viewing SQLite databases
Responsive developer who actively listens to user feedback
Basic operations like add, delete, and edit are functional
Good UI for accessing app databases away from desktop
Convenient features like favorites and table row count
Active development suggests potential for future updates
Limited search functionality; lacks advanced filtering options
Requires root access in some cases, limiting usability
High frequency of intrusive ads
Basic UI may not appeal to modern users
Lacks support for executing raw SQL queries
Doesn't display or edit certain database files on some devices
Missing essential features like sorting and BLOB field visibility
Accumulates unnecessary tables (e.g., "android_Metadata") in databases