wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.7k stars 1.13k forks source link

Implement richer support for multi tenancy #2129

Open Martinsos opened 5 days ago

Martinsos commented 5 days ago

While you can implement multi tenant app right now, one thing we don't support is having a database per each tenant (e.g. organization), while still all being served by one Wasp app.

It would be interesting to learn more about what is expected from "multi tenancy" and see if we can provide deeper support for that.

Good model is likely Larevel with the Tenancy package: https://medium.com/@yaghi.moh/creating-multi-tenant-applications-with-laravel-5e02b42bbdf7 .

Related discord convo: https://discord.com/channels/686873244791210014/1245951215192375417/1246352304815214592