
I have a bunch of projects I want to host that each require multiple databases with low load. Do I need to pay for each database or will I be able to buy the Pro plan and then have unlimited databases included but with low read and write capacity unless I pay for scaling the capacity with more reads and writes or do I need to provision capacity for each database?
Recommended threads
- I want to know "You can add an unlimited...
I want to know "You can add an unlimited number of organization members to the Pro plan for $15.00 per billing period." Is it $15 per member or $15 per member r...
- how do i refer to the Document ID in a l...
file 1: const response = await database.listDocuments(dbId, colId, queries); file 2: const response = await databaseService.vnmDocument(dbId, colId, [Query.equa...
- How to Use createOAuth2Token in Cloud Fu...
I show this example in [appwrite docs ](https://appwrite.io/docs/references/cloud/server-dart/account#createOAuth2Token) . I know using flutter sdk. but not su...
