Skip to content

Commit afdc3e7

Browse files
authored
Docs: Updated Database Docs
1 parent 3037cb2 commit afdc3e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/Databases.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,16 @@ Works around with Databases in Appwrite
3636
| `updateFloatAttribute()` | Updates Float Attribute in the database in the Appwrite project | [Example](/examples/database/collection/attribute/updateFloatAttribute.cpp) |
3737
| `createIntegerAttribute()` | Create Integer Attribute in the database in the Appwrite project | [Example](/examples/database/collection/attribute/createIntegerAttribute.cpp) |
3838
| `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) |
4043

4144
### Documents
4245

4346
| Method Name | Usage | Link |
4447
|-------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------|
45-
| `createDocument` | Creates a new Document in the Appwrite Collection. | [Example](/examples/database/createDocument.cpp) |
48+
| `createDocument` | Creates a new Document in the Appwrite Collection. | [Example](/examples/database/collection/document/createDocument.cpp) |
49+
| `deleteDocument` | Delete Document in the Appwrite Collection. | [Example](/examples/database/collection/document/deleteDocument.cpp) |
50+
| `getDocument` | Fetches the Document in the Appwrite Collection. | [Example](/examples/database/collection/document/getDocument.cpp) |
51+
| `listDocument` | Retrives a list of Document in the Appwrite Collection. | [Example](/examples/database/collection/document/listDocument.cpp) |

0 commit comments

Comments
 (0)