Skip to content
Grain
Docs
GitHub
Grain
All your data. In all your agents.
All your
Data
All your
Agents
Install for VS Code
Read the docs
Try it here
query.sql
▶ Run
SELECT
id
,
region
,
amount
,
paid
,
closed_at
FROM
orders
ORDER
BY
closed_at
DESC
LIMIT
5
;
SELECT id, region, amount, paid, closed_at FROM orders ORDER BY closed_at DESC LIMIT 5;
orders
Agent
I'm connected to the sample data. Ask a question and you'll see the SQL I write to answer it.
Try asking
Which region has the most money at risk?
What are our biggest orders?
How much have we collected so far?
Already works where you work
VS Code
Cursor
Windsurf
Copilot
Codex
Claude Desktop