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

The learned operations are all reachable from SQL: PREDICTION() / PREDICTIONS(), full-text @@, and the recommend(...) table function โ€” the Predict, Search and Recommend examples above. The JSON query API is the same engine under another spelling; these cards run the same questions there. Same demo data, one click:

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.