super_db_query
Execute SuperSQL queries on SuperDB databases to retrieve and analyze data from files and database pools with proper formatting options.
Instructions
Query data from a SuperDB database pool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SuperSQL query to execute | |
| pool | No | Pool name (can also use FROM in query) | |
| lake | No | Lake path (default: uses SUPER_DB_LAKE env or ~/.super) | |
| format | No | Output format (default: json) |