Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi tenancy #389

Open
ShahramNo opened this issue Jun 19, 2024 · 1 comment
Open

multi tenancy #389

ShahramNo opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
question Questions about Parbad

Comments

@ShahramNo
Copy link

As our application is designed to serve multiple tenants, we need to ensure that each tenant can have a separate database connection. Therefore, I would like to know if Parbad currently supports or has plans to support the following features:

Multi-Tenancy: The ability to manage multiple tenants with isolated data and configurations within the same application instance.
Dynamic Connection Strings: The ability to dynamically set and switch database connection strings based on the tenant context.
If these features are not currently supported, are there any recommended workarounds or upcoming updates that might address these needs?

Thank you for your assistance. I look forward to your response.

Best regards,

@ShahramNo ShahramNo added the question Questions about Parbad label Jun 19, 2024
@Sina-Soltani
Copy link
Owner

If the currently implemented Storage providers don't help you, you can implement the Storage yourself with your own conditions.

Please take a look at Custom Storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions about Parbad
Projects
None yet
Development

No branches or pull requests

2 participants