Skip to content

Commit 19f635a

Browse files
authored
Docs: Updated Database Docs(Get Database Usage+ Get Collection Usage)
1 parent f9e82c2 commit 19f635a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Databases.md

+2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)