Now available on Android

Your database,
in your pocket.

Querion is a mobile SQL client that lets you connect, explore, and query your databases directly from your Android device — anytime, anywhere.

Download on Google Play See features
Query Editor • production_db
-- Get top customers by revenue
SELECT
  c.id, c.name, c.email,
  SUM(o.total) AS revenue
FROM customers c
JOIN orders o ON o.customer_id = c.id
WHERE o.created_at >= '2024-01-01'
GROUP BY c.id
ORDER BY revenue DESC
LIMIT 10;
idnameemailrevenue
42Acme Corpacme@corp.io$48,200
17Globex Inchi@globex.co$31,540
88Initechinfo@initech.net$22,910
3 rows returned in 12ms

Everything you need
to manage your data

From quick lookups to complex multi-table queries, Querion gives you a full database toolbox in your Android device.

🔌

Multi-database connections

Save and switch between multiple database connections instantly. Your credentials stay on-device, never on our servers.

SQL query editor

Write and execute any SQL query with syntax highlighting and instant results displayed in a clean table view.

🗂️

Table browser

Browse all tables and views in your schema. Explore rows, filter data, and navigate foreign key relationships.

🔍

Smart filtering

Add WHERE conditions interactively without writing SQL. Filter by any column with an intuitive UI built for mobile.

🔑

Schema inspection

View column types, primary keys, unique indexes, foreign keys, and constraints for every table at a glance.

✏️

CRUD operations

Insert new rows and delete existing ones directly from the data view — no query writing needed.

Works with your database

Querion supports the most popular database engines used in production environments.

MySQL
PostgreSQL
MariaDB
SQLite
SQL Server

Up and running in seconds

1

Add a connection

Enter your host, port, database name, and credentials. Querion saves them securely on your device.

2

Explore your schema

Browse databases, schemas, and tables from the sidebar. Tap any table to open it instantly.

3

Query & manage

Run custom SQL queries, filter table data, insert rows, or delete records — all from your phone.

Start managing your database today

Free to download. No account required. Your data stays on your device.

Download on Google Play