Query your database using natural language
Ask in plain English, get correct SQL for your database, then run it or drop it straight into your editor. Here is the whole flow on both surfaces.
Choose your database dialect, then type your question the way you would say it out loud. On the free tier there is no key to add and nothing to install.

When a question can mean more than one thing, SQLesse returns several ranked interpretations, each with a confidence score, the exact SQL, and the assumptions it made — so you pick the right one instead of trusting a silent guess.

Uncheck “Translate only” to execute against the built-in demo database (or your own pasted schema) in a private in-browser SQLite sandbox. Your data never leaves the page, and you can export the results as CSV.

Paste SQL you already have into the Tools tab to get a plain-English explanation, an optimized rewrite for your engine, or a syntax-and-safety check.

From the toolbar you can set a default dialect, turn on read-only mode to block writes, show the inline pill, and open the side panel. It works on Snowflake, BigQuery, Databricks, Azure SQL, Microsoft Fabric, and any page with a SQL editor.

The side panel reads the table and column names the page already shows, generates dialect-correct SQL with the same ranked interpretations, and the Insert button writes the query straight into the editor you are signed into — no copy and paste.
