- Joined
- Feb 23, 2025
- Messages
- 3
- Reaction score
- 1
Let's say we are going for a multi-tenant application, with each user (technically an office) having different entities and a lot of information and data for them. Each office has hundreds of employees, files, messages etc. They can work offline and back up and sync whenever needed.
Should I go with the multi-database system or the singular database? In the multi-database system I will be connecting the application to the database related to that office right at the entry point of the application (I am using Laravel). Another option is to go with the singular database.
Should I go with the multi-database system or the singular database? In the multi-database system I will be connecting the application to the database related to that office right at the entry point of the application (I am using Laravel). Another option is to go with the singular database.