Skip to content

Commit 8aa9f65

Browse files
authored
Docs: Updated Database Docs
1 parent 7fda97f commit 8aa9f65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Databases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Works around with Databases in Appwrite
4747
|-------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------|
4848
| `listIndexes()` | List all Indexes from the Collection in the database in the Appwrite project | [Example](/examples/database/collection/indexes/listIndexes.cpp) |
4949
| `createIndex()` | Create Indexes in the Collection in the Appwrite project | [Example](/examples/database/collection/indexes/createIndex.cpp) |
50+
| `getIndex()` | Fetch Indexes in the Collection in the Appwrite project | [Example](/examples/database/collection/indexes/getIndex.cpp) |
51+
| `deleteIndex()` | Delete Indexes in the Collection in the Appwrite project | [Example](/examples/database/collection/indexes/deleteIndex.cpp) |
5052

5153
### Documents
5254

0 commit comments

Comments
 (0)