Skip to content
Validated SQL · KQL · ES|QL — nine engines, one product

Ask your data anything.

datarelix.ai turns plain-language questions into validated queries and analysis you can trust — with the SQL, the tables, and the runtime shown every time.

Start free — 14-day trial, no credit card required.

↳ ask Top 10 customers by revenue last quarter? read-only

datarelix.ai · 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

Tables used · customers, orders

Connects to Postgres, MySQL, Azure SQL, Databricks, Kusto, BigQuery, Athena, Elasticsearch, Snowflake, and files in object storage (Parquet, Delta, CSV, Excel).

ask. query. execute.

Three phases. No black boxes.

Every question moves through the same explicit path — so you always know what ran, and why.

ask

Plain language in

Type a question. Pin tables with @ to keep large warehouses tractable.

query

Validated SQL out

Dialect-aware planning, parsed by a real AST before a single byte hits your database.

execute

Answers you can defend

Tables, charts, and a short explanation — with full provenance attached to every run.

Built for trusted answers

Opinionated where it counts

datarelix.ai is built around answers you can stand behind — not a chat window bolted onto a database.

Trust calibration

Every answer ships with provenance — the tables used, the exact query, the runtime. The model never touches your data directly.

Streaming feedback

Phases are explicit: planning, executing, analyzing. No spinner roulette, no wondering whether it's stuck.

Operator-grade control

Sandboxed Python with strict resource limits. SSO, audit logs, RBAC. Read-only by default.

One product, nine engines

Connect the warehouse you already run

PostgreSQL MySQL Azure SQL · Synapse Databricks SQL Kusto · KQL BigQuery Amazon Athena Elasticsearch · ES|QL Snowflake Files & Object Storage · DuckDB

A complete data client — not a chat toy

5
capability groups
18
shipped features
10
query engines
See the complete feature list
ask. query. execute.

Try datarelix.ai on your own data.

Connect a database in under a minute. Start free — no credit card required.