Private beta
Ask your database anything, in plain English
Dronk writes the SQL, runs it safely against your own connection, and turns the answer into live dashboards. Join the waitlist for early access.
- Plain-language questions translated into real queries
- Support for MySQL and Postgres
- Intelligent schema analysis for accurate queries
- Always read-only — Dronk can never modify your data
SELECT region, SUM(amount) AS revenue
FROM orders
WHERE created_at >= now() - interval '30 days'
GROUP BY region
ORDER BY revenue DESC;
| Region | Revenue |
|---|---|
| North America | $482,300 |
| Europe | $361,920 |
| Asia Pacific | $248,150 |
Ran in 240ms · read-only · 3 rows
Ask anything about your data
Dronk writes the SQL, runs it read-only, and turns the answer into a live table.
Features
A faster path from question to answer
Dronk understands your schema, writes correct SQL, and keeps every answer grounded in the data you connect — no exports, no copy-paste.
- Plain-language queries
- Ask in everyday language and get the exact SQL, results, and a clear explanation back.
- Schema-aware
- It reads your tables, columns, and relationships so queries are accurate from the first try.
- Live dashboards
- Pin any answer as a widget and let it refresh on a schedule you control.
- Always read-only
- Dronk only ever issues read queries — it can never insert, update, or delete your data.
How it works
From connection to dashboard in three steps
Production · Postgres
db.internal:5432 / analytics
Synced schema
- orders
- customers
- products
- invoices
- regions
- subscriptions
How many customers signed up each month this year?
SELECT date_trunc('month', created_at) AS month,
COUNT(*) AS signups
FROM customers
GROUP BY month
ORDER BY month;
Validated against your schema
12 rowsMonthly revenue
$1.09M
12.4% vs last month
New customers
1,284
4.1% vs last month
Signups by month
HourlyFAQ
Frequently asked questions
Dronk analyses your database schema and stores a snapshot of the database structure (tables, columns, indexes, etc). The AI agent that powers the natural language conversations is never given direct access to your database, only the structured snapshot. All queries are executed from the Dronk server using the credentials provided, with read-only enforcement using MySQL and Postgres query directives.
MySQL and Postgres, with more connectors on the way. You can connect as many databases as your plan allows.
No. Ask a question in plain English and Dronk will run the query and present the results in a suitable format.
We are onboarding waitlist members in batches during the private beta. Join the list and we will email you the moment your spot is ready.
Be first in line when Dronk launches
Join the waitlist and we'll email you the moment your early-access spot is ready.