Datarelix Ask your data. Verify every answer. Build your dashboards.
Ask your database in plain English. Datarelix runs transparent, read-only queries you can verify, then lets you build refreshable dashboards or export the results.
- Read-only, always
- Credentials stay out of the model
- Sign in with Google, Microsoft, or email
Datarelix · planning → executing
SELECT c.name, SUM(o.total) AS revenue
FROM customers c
JOIN orders o ON c.id = o.customer_id
WHERE o.created_at >= DATE_TRUNC('quarter', NOW())
GROUP BY c.id, c.name
ORDER BY revenue DESC
LIMIT 10; Result · 10 rows · 312 ms
| Customer | Revenue |
|---|---|
| Enterprise Plus | $352,940 |
| Acme Corp | $284,110 |
| Globex | $219,803 |
| Initech | $201,442 |
| …6 more rows | |
Tables used · customers, orders
Works with the database you already run
- PostgreSQL
- MySQL
- Azure SQL
- Databricks SQL
- Kusto
- BigQuery
- Amazon Athena
- Elasticsearch
- Snowflake
- Files & Object Storage
Keep the answer. Refresh the data.
Pin any chart to a dashboard and refresh it whenever you need current numbers.
-
Pin it by asking
“Add this to my Sales dashboard” in the conversation puts the chart there.
-
Refresh one card or all of them
A refresh re-runs the stored query and redraws the stored chart definition. Cards built from the same question refresh together.
-
Take the chart with you
Download a chart as PNG or SVG from any answer, ready for a deck or a doc.
Revenue by customer
Bar · 10 rows
Revenue by month
Line · 12 rows
Evidence, visibility, control
-
Evidence with every answer
Each answer shows the query that ran, the tables it read, the row count, and how long it took.
-
Visible progress
You see each phase as it runs, and what it produced — no waiting on an opaque spinner.
-
Controlled execution
Read-only by design — every statement must pass a read-only validator before it runs. The step that runs generated code is cut off from the internet entirely.
Point it at your database and ask something you already know the answer to.
Every answer shows the query that ran, the tables it read, and how long it took.
14 days free · no credit card required