mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
(style): fix table alignment in AGENTS.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user