We use cookies and similar technologies to enhance your browsing experience, analyze site traffic, and personalize content and ads. By clicking "Accept", you consent to our use of cookies. Learn more in our Privacy Policy.
SQL runners on desktop are everywhere — DBeaver, TablePlus, DataGrip — but on mobile, the options have historically been poor. SQLVEdit fills that gap with a SQL editor built specifically for Android that actually understands SQL syntax and executes queries against real SQLite databases.
The editor supports the full SQLite SQL dialect. Read operations like SELECT with WHERE, GROUP BY, ORDER BY, and JOIN work exactly as expected. Write operations — INSERT, UPDATE, DELETE — execute with a confirmation step and show you the rows affected. DDL operations like CREATE TABLE, ALTER TABLE, and DROP TABLE are supported too.
Query results are displayed in a scrollable, paginated table with proper column headers. Long text values expand on tap. NULL values are visually distinct from empty strings. The result view is designed to be readable on a phone screen without requiring you to scroll horizontally for every column.
For developers, SQLVEdit is useful during debugging sessions. Export a copy of your app's database, open it in SQLVEdit, run queries to inspect the state, and verify that your app logic is writing what you expect. It's faster than adding log statements and rebuilding.
Free to download. No subscription required to get started.
Download Free on Google Play