bkend-data
Installation
SKILL.md
bkend.ai Data Management
Create tables, define schemas, and perform CRUD operations.
Actions
| Action | Description | Example |
|---|---|---|
table |
Create a new table | $bkend-data table users |
schema |
Design table schema | $bkend-data schema |
query |
Query data examples | $bkend-data query |
Creating Tables
Tables in bkend.ai are created through the dashboard or MCP:
Via Dashboard
- Go to project > Database
- Click "New Table"
Related skills