(style): fix table alignment in AGENTS.md

This commit is contained in:
Jake Barnby
2026-04-01 03:47:40 +13:00
parent a0461e4052
commit 598bcaab49
+6 -6
View File
@@ -152,12 +152,12 @@ await sdk.forProject(region, projectId).tablesDB.listTables();
The databases feature unifies multiple database backends behind a polymorph API (`$database/(entity)/helpers/sdk.ts`):
| Type | Entity | Field | Record | Status |
| ------------- | ---------- | --------- | -------- | ------------------------ |
| `tablesdb` | table | column | row | Implemented |
| `documentsdb` | collection | attribute | document | Implemented |
| `vectorsdb` | -- | -- | -- | Not yet implemented |
| `dedicateddb` | table | column | row | Cross-repo (cloud/edge) |
| Type | Entity | Field | Record | Status |
| ------------- | ---------- | --------- | -------- | ----------------------- |
| `tablesdb` | table | column | row | Implemented |
| `documentsdb` | collection | attribute | document | Implemented |
| `vectorsdb` | -- | -- | -- | Not yet implemented |
| `dedicateddb` | table | column | row | Cross-repo (cloud/edge) |
- `useDatabaseSdk()` returns a unified interface regardless of backing type
- `useTerminology()` returns singular/plural names for the current database type