SQLore
FeaturesPricingDownloadAboutBlogContact
Start freeStart for free
SQLore
HomeFeaturesSolutionsPricingDownloadCompareFAQAboutBlogContact

SQLore © 2026

TermsPrivacyRefunds
Download for macOSDownload for WindowsSign in
  1. Home
  2. About

A Database Assistant
You Can Audit

SQLore answers questions about your own PostgreSQL and MySQL databases in plain English — and shows you exactly how it got there.

1

Statement per query. Anything that is not a single read-only SELECT never reaches your database.

0

Rows sent to a model provider. Your schema is read; your data stays on your machine.

We read your schema, write the SQL, run it read-only, and show you every query.

The decisions that shaped it

Read-only, and provably so

Generated SQL is parsed to an AST and validated down to a single read-only SELECT before it is allowed near your database, then executed on a read-only connection with a statement timeout. Not a blocklist of dangerous words — a parser.

The working is always shown

An answer arrives explained and drawn — a chart, a table, a single figure — and directly beneath it the query that produced it, the rows it returned and how long it took. The picture is what makes it readable; the query is what makes it checkable, and an answer you cannot check is one you cannot use for anything that matters.

Your rows stay where they are

Your schema goes to the model so it can write the query. Your data does not. The query runs against your own database and the results stay on your machine — and if that is still too much, point it at a local model.

One question is one question

Answering a question may take several model calls — linking the schema, generating, retrying after a bad join. They are charged once, because anything else is impossible to explain on an invoice.

Questions we have not answered here are probably in the FAQ, the full capability list is on the features page, and anything else reaches a real person at our contact page.

See what it doesSee pricingRead the blog
SQLore platform

Stop Writing The
Same Three Joins

Start free, upgrade when you are asking enough questions for it to matter.

Start for freeContact sales
sqlore.com

New chat

Search chats

TODAY

Orders by month

PREVIOUS 7 DAYS

Top products by revenue

PREVIOUS 30 DAYS

Repeat customer rate

Revenue by category

Average order value

Refunds by reason

Customers by city

Cart abandonment

Slowest shipping lanes

Discount impact on margin

Inventory turnover

Order statistics

SQLoredesktopretail_db · default⌘K

Order statistics for this year

Reasoning — 2 steps, 2 queries

Total orders · Delivered · In transit · Cancelled

1 row · 10 ms

Stat

15,600

Total orders

13,942

Delivered

1,412

In transit

246

Cancelled

orders by category

4 rows · 11 ms

LineDonutBar
8,4006,3004,2002,1000
ACCESSORIESPERIPHERALSFURNITUREDISPLAYS

There are 15,600 orders in retail_db for the year to date.

  • Status: 13,942 have been delivered and 1,412 are still in transit.
  • Category: most sit in Accessories (8,420), followed by Peripherals (4,180), Furniture (2,140) and Displays (860).

Revenue by payment method

Reasoning — 1 step, 1 query

Ask about your database…

Answers come from SQL run against your database.