
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
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
