SQLite database client for Android — open, edit, query, import, export, and maintain local DB files.

SQLite Client lets you open existing SQLite database files, create new databases, edit data and schemas, run SQL, manage encrypted databases, and export results from a mobile interface. It uses Android's Storage Access Framework (SAF) so you choose exactly which files the app can access, then works on a local cache copy and writes changes back only when you save.