super_db_create_pool
Create a new database pool in SuperDB to organize and sort data for efficient querying and management.
Instructions
Create a new pool in a SuperDB database.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new pool | |
| orderBy | No | Field to order/sort data by | |
| lake | No | Lake path (default: uses SUPER_DB_LAKE env or ~/.super) |