Skip to content
AI + SQL · multilingual · read-only

Ask in plain English.
Get answers from your database.

EasySQL connects to your MySQL, MariaDB, or PostgreSQL database and answers your questions in any language. No complex setup, no expensive BI tools.

✓ No credit card required ✓ 100 free questions/month ✓ Open source SDKs
loja_wp · MySQL
AI

You received 148 orders in May.

23% growth vs April · average ticket $187.40

Orders · last 6 months +23%
DecJanFebMarAprMay
How it works

Three steps. Zero deploys.

Connect, ask, get answers. In less than 2 minutes.

  1. Connect

    Host, user, password. TLS 1.3. Read-only. We support MySQL, MariaDB, and PostgreSQL.

  2. Ask questions

    "How many new customers this month?" — in any language, from English to Mandarin.

  3. Get answers

    Natural language + table + chart. Ready to share with your team.

Real examples

Works in any language

Ask in natural language · SQL is generated · answer comes back in natural language.

"How many posts did I publish this month?"

You published 12 posts in May.

COUNT(*)
  FROM posts
 WHERE published_at BETWEEN '2026-05-01' AND '2026-05-31';

"Which product sold the most this week?"

Product X sold 45 units.

SELECT product_name, SUM(qty) AS sold
  FROM order_items JOIN orders USING (order_id)
 WHERE order_date >= CURRENT_DATE - INTERVAL '7 days'
 GROUP BY product_name
 ORDER BY sold DESC
 LIMIT 1;

"How many users signed up this quarter?"

205 new users this quarter — 30% more than last.

SELECT COUNT(*)
  FROM users
 WHERE created_at >= DATE_TRUNC('quarter', CURRENT_DATE);

"How many orders are pending?"

There are 18 pending orders.

SELECT COUNT(*)
  FROM orders
 WHERE status = 'pending';
Why EasySQL

Built for people who aren’t DBAs

Modern, technical, yet approachable. Your team speaks English — and so does your SQL.

Multilingual

Ask in any language. The answer comes back in the same language.

Secure

SELECT-only, TLS 1.3, nothing stored. Your data never leaves the database.

Fast

Answers in ~2s. Schema caching and optimized execution plans.

Free to start

100 free questions/month, no credit card. Upgrade only when you need to.

Multiple databases

MySQL, MariaDB, PostgreSQL. More databases on the roadmap.

Open source

SDKs and plugins under the MIT license. Integrate it your way.

Pricing

Start free. Scale when you need to.

No commitment. Cancel in 1 click from the dashboard.

Free

100/mo questions

Free

Start for free

Starter

1,000/mo questions

$10

See details
Most popular

Pro

10,000/mo questions

$20

See details

Business

100,000/mo questions

$50

See details

See detailed pricing →

FAQ

Frequently asked questions

Not for MySQL, MariaDB, or PostgreSQL databases reachable over the internet. If your database is protected by a firewall, we offer a tunnel via SSH or our Docker agent. For WordPress sites, our official plugin installs in 1 click.

Ready to talk to your data?

100 questions per month, no credit card. In any language. In 2 minutes.