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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,16 @@ Works around with Databases in Appwrite
36
36
|`updateFloatAttribute()`| Updates Float Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/updateFloatAttribute.cpp)|
37
37
|`createIntegerAttribute()`| Create Integer Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/createIntegerAttribute.cpp)|
38
38
|`updateIntegerAttribute()`| Update Integer Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/updateIntegerAttribute.cpp)|
39
-
39
+
|`createIPaddressAttribute()`| Create IP Address Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/createIPaddressAttribute.cpp)|
40
+
|`updateIPaddressAttribute()`| Update IP Address Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/updateIPaddressAttribute.cpp)|
41
+
|`createStringAttribute()`| Create String Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/createStringAttribute.cpp)|
42
+
|`updateStringAttribute()`| Update String Attribute in the database in the Appwrite project |[Example](/examples/database/collection/attribute/updateStringAttribute.cpp)|
0 commit comments