We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e82c2 commit 19f635aCopy full SHA for 19f635a
docs/Databases.md
@@ -9,6 +9,8 @@ Works around with Databases in Appwrite
9
| `get()` | Fetches the database from the Appwrite project using the unique database ID. | [Example](/examples/database/getDatabase.cpp) |
10
| `list()` | Retrieves a list of all databases in the Appwrite project. | [Example](/examples/database/listDatabase.cpp) |
11
| `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) |
14
15
16
### Collections
0 commit comments