For SaaS solution, we need to cater many customers database with a single code base application
There are several type of multi-tenant architecture for database.
- different database
- shared database server but different schemas (or “database”)
- shared database and shared schemas
Some further readings