cilo
v2.0.0
Published
A wrapper around sequelize to build multi-tenant applications
Downloads
14
Readme
Cilo simplifies the build of multi tenant applications by providing a wrapper around sequelize that handles the multi-tenancy for you.
This removes the hassle of handling the multi-tenancy in your application and allows you to focus on the business logic. The code will bahave the same as if you were building a single tenant application.
Trust us, this thing will make your multi tenant app development a breeze. – ejaza.app
Highlights
- CLI tool to run migrations and seeders across all tenants
- Middleware to handle the tenant context