Coming Soon — Join the Waitlist
MagicSQL
for mobile.

The database client you've been waiting for. MySQL · PostgreSQL · MSSQL · MariaDB · SQLite — five engines, one Android app. Pro-grade tools with SSH tunneling, multi-tab browsing, and a smart SQL editor. No cloud. No tracking. Always in your pocket.

MySQL PostgreSQL MSSQL MariaDB SQLite
MagicSQL — production.db · MySQL 8.0 · 3 connections active
-- Top customers by revenue this quarter
SELECT u.name, COUNT(o.id) AS orders, SUM(o.total) AS revenue
  FROM users u JOIN orders o ON u.id = o.user_id
  WHERE o.created_at > '2026-01-01' AND o.status = 'paid'
  GROUP BY u.id ORDER BY revenue DESC LIMIT 5;
-- ✓ 5 rows · 14ms · Full scan optimized
#
name
orders
revenue
rank
1
Alice Weber
142
€ 28,450
🥇 #1
2
Belik Dev
98
€ 19,200
🥈 #2
3
Marco Rossi
76
€ 14,800
🥉 #3
Database Support

Every major DB.
Perfectly integrated.

Native drivers, no middleware. Connect directly with full feature parity — not a watered-down web client.

My
MySQL
5.7 · 8.0 · 8.4
  • Full schema management
  • Stored procedures & functions
  • Trigger editor
  • User & permission management
PG
PostgreSQL
12 · 13 · 14 · 15 · 16
  • SERIAL & identity columns
  • Schema-aware DDL export
  • Dollar-quoted functions
  • Schema/Table privileges
MS
Microsoft SQL Server
2014 · 2017 · 2019 · 2022
  • Native jTDS driver
  • IDENTITY column support
  • sys.* catalog queries
  • Bracket-quoted identifiers
Ma
MariaDB
10.x · 11.x
  • Full MySQL-compatible flow
  • Sequences & system versioning
  • JSON columns
  • Galera cluster ready
SQ
SQLite
3.x · Local files
  • Open .db files directly
  • Original CREATE TABLE preserved
  • WAL mode & PRAGMA support
  • Full export/import
Features

Pro tools.
Mobile-native.

Not a port. Not a web wrapper. Built ground-up for touch — with the full power of desktop database clients.

Query Editor
Smart Query Editor
Syntax highlighting, table & column autocomplete, query history, multi-tab, real-time error detection. Write SQL at full speed on mobile.
SELECT * FROM orders
WHERE created_at > '2026-01-01'
  AND status = 'paid'
Navigator
Schema Browser
Navigate databases, tables, views, stored procedures, triggers and functions in a tree view. Tap any object to inspect structure, constraints and indexes.
▾ production_db
▾ 📋 users
idINT PK AI
emailVARCHAR(255)
created_atTIMESTAMP
▾ 📋 orders
idINT PK AI
user_idINT FK →users
totalDECIMAL(10,2)
Table Editor
Visual Table Editor
Edit table data in a spreadsheet-like grid. Inline editing, add/delete rows, bulk ops, FK navigation.
Designer
Visual Table Designer
Build tables column by column — types, defaults, NULL, UNIQUE, AUTO_INCREMENT, CHARSET, COLLATION. All the pro options, mobile-friendly.
Workflow
Multi-Tab Browsing
Keep many tables open at once. Tabs persist per server connection — switch instantly without losing your place. Scroll positions remembered.
Results
Rich Result Grid
Paginated results with sorting, filtering, NULL-highlight, and customizable cell sizing. Tap to inspect long values, long-press to copy. Handles large datasets without breaking a sweat.
#
name
email
revenue
1
Alice W.
alice@…
28,450
2
Belik D.
belik@…
19,200
3
Marco R.
marco@…
14,800
Security
SSH Tunnel + SSL
Connect to private databases behind firewalls via SSH tunneling. SSL/TLS with certificate verification. Connect to anything, securely, from anywhere.
🟢
Live Server Status
Real-time online/offline + latency per server
📤
Multi-Format Export
SQL · CSV · JSON · XML · Markdown · HTML
📥
Smart Import
SQL/CSV/JSON/XML, .gz and .zip auto-detect
🔁
Views · Functions · Triggers
Dialect-aware editors per database engine
🔐
User Management
Create users & assign privileges per dialect
🕐
Query History
Browse and rerun past queries — fully local
🌍
DE & EN
Switch language in-app, instantly
🛡️
No Cloud · No Tracking
Everything stays on your device
5
Database engines
supported
Simultaneous
connections
0
Cloud servers
your data touches
9,99€
Pro — one time.
No subscription.
Why MagicSQL

A proper client.
On your phone.

Other mobile DB tools are read-only viewers or web wrappers that send your credentials to a cloud relay. MagicSQL connects directly with native JDBC drivers — the same approach desktop pros have used for 20 years.

✦ MagicSQL
MagicSQL
Mobile-native · Android · Built for touch
  • MySQL · PostgreSQL · MSSQL · MariaDB · SQLite
  • Direct JDBC — no cloud relay
  • SSH tunneling built-in (jsch)
  • Smart SQL editor with autocomplete
  • Multi-tab table browsing
  • Dialect-aware Views / Functions / Triggers
  • Export: SQL / CSV / JSON / XML / Markdown / HTML
  • Import with .gz and .zip auto-detect
  • Live server status & latency
  • Zero tracking · everything stays on-device
9,99 €
One-time · Pro forever · No subscription
Typical mobile DB apps
The competition
Cloud-relayed · ad-supported · read-only
  • Often only MySQL — or worse, one engine each
  • Credentials proxied through a cloud relay
  • SSH tunneling rare or paid extra
  • Plain text editor — no autocomplete
  • Single-table view, no real multi-tab
  • No editor for stored objects
  • CSV export only — if at all
  • No import for production dumps
  • "Database online" — guess
  • Ad networks & analytics SDKs everywhere
Free + ads
Or subscription · Or paywall on real features
Early Access

Be the first to
query everything.

MagicSQL is in active development. Sign up for early access — you'll be notified first, get exclusive beta access, and a discounted Pro price at launch.

No spam. No bullshit. One email when it launches.

⚡ Early bird pricing for waitlist members