Skip to content

Commit c6477ab

Browse files
committed
2 parents d777111 + 0c829be commit c6477ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Databases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Works around with Databases in Appwrite
4141
| `createStringAttribute()` | Create String Attribute in the database in the Appwrite project | [Example](/examples/database/collection/attribute/createStringAttribute.cpp) |
4242
| `updateStringAttribute()` | Update String Attribute in the database in the Appwrite project | [Example](/examples/database/collection/attribute/updateStringAttribute.cpp) |
4343

44+
### Indexes
45+
46+
| Method Name | Usage | Link |
47+
|-------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------|
48+
| `listIndexes()` | List all Indexes from the Collection in the database in the Appwrite project | [Example](/examples/database/collection/indexes/listIndexes.cpp) |
49+
| `createIndex()` | Create Indexes in the Collection in the Appwrite project | [Example](/examples/database/collection/indexes/createIndex.cpp) |
50+
4451
### Documents
4552

4653
| Method Name | Usage | Link |

0 commit comments

Comments
 (0)