aciobanitei/multitenant-app-node-sequelize
This project contains the setup of Multitenant (multiple database) connection in Sequelize-NodeJS-Postgres. It will help you understand in connecting multiple DBs using Sequelize. So, that single model is used to connect multiple DBs. You will understand the concept of slug here. Slug is used to identify the respective DB among multiple DBs. Slug is provided in URL to differentiate the connection to respective DB.
JavaScript
No issues in this repository yet.