The app supports viewing and editing SQLite3 database using standard SQLite3 queries. A copy of the existing database is copied and used within the user internal storage. the final internal database can be exported if desired. Screen from SELECT query can be saved to local storage. The App also supports open, save, and create new SQL batch query using built-in code editor with syntax color. It supports all valid SQLITE statements including PRAGMAs. The App have dry-Run mode for query. It's designed to be user friendly for working with SQLITE3 database on the go. It can be used to experiment with the SQL syntax, data analysis, database management.