steedos-builder6-tables
Installation
SKILL.md
Builder6 Tables | Builder6 数据表
Overview | 概述
The Tables module (@builder6/tables) provides data table management with automatic lookup field resolution, DataLoader batching, and DevExtreme-compatible query parameters. Collections are stored in MongoDB with the naming convention t_{baseId}_{tableId}.
Collection Naming | 集合命名
MongoDB collection: t_{baseId}_{tableId}
Example: t_app1_orders for base app1, table orders.
API Endpoints | API 端点
All endpoints require AuthGuard. Base path: /api/v6/tables/.
| Method | Path | Description |
Related skills