From 598bcaab492880bb667e1895d9beb0527fd5c718 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 1 Apr 2026 03:47:40 +1300 Subject: [PATCH] (style): fix table alignment in AGENTS.md --- AGENTS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 69919acdf..86083b656 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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