hi im building an app that will be used within multiple different companies to store non-sensitive informations such as timings. would the best approach be to create a seperate database for each company or to do it via different collections inside of one database.
Honestly, personally, I would just use one database/collection and give each record permissions such that only users with a certain label can access that record. Then when onboarding users for different companies assign users a label for x company.
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...