SQL console

Run read-only SQL against a live Aito demo (groceryย /ย invoicing data) right here โ€” no setup, no client. SQL is a thin skin over the same engine as the JSON query API, so a SELECT returns exactly what its JSON query would. Pick an example or write your own; it's a read-only sandbox โ€” no writes.

POST/api/v2/_sql
โŒ˜/Ctrl+Enter to run ยท read-only demo, no writes

Beyond relational โ€” Aito's learned ranking

Predict is already SQL โ€” the PREDICTION() / PREDICTIONS() examples above. What has no SQL syntax is learned ranking: full-text search and recommend live in the JSON query API. Same demo data, one click to run:

Want the full surface, the write path, or to point your own Postgres client / connector (psql, ClickHouse, DuckDB, postgres_fdw) at Aito? See the SQL Guide.