File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Works around with Databases in Appwrite
99| ` get() ` | Fetches the database from the Appwrite project using the unique database ID. | [ Example] ( /examples/database/getDatabase.cpp ) |
1010| ` list() ` | Retrieves a list of all databases in the Appwrite project. | [ Example] ( /examples/database/listDatabase.cpp ) |
1111| ` update() ` | Updates a databases details in the Appwrite project. | [ Example] ( /examples/database/updateDatabase.cpp ) |
12+ | ` getDatabaseUsage() ` | Fetches databases Usage details in the Appwrite project. | [ Example] ( /examples/database/getDatabaseUsage.cpp ) |
13+ | ` getCollectionUsage() ` | Fetches collection Usage details in the Appwrite project. | [ Example] ( /examples/database/getCollectionUsage.cpp ) |
1214
1315
1416### Collections
You can’t perform that action at this time.
0 commit comments