You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Databases.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,13 @@ Works around with Databases in Appwrite
41
41
|`createStringAttribute()`| Create String Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/createStringAttribute.cpp)|
42
42
|`updateStringAttribute()`| Update String Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/updateStringAttribute.cpp)|
|`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)|
0 commit comments