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

Schema based multi-tenancy #6245

Closed
lpilot opened this issue Apr 18, 2023 · 1 comment
Closed

Schema based multi-tenancy #6245

lpilot opened this issue Apr 18, 2023 · 1 comment
Assignees
Labels
type:question general questions

Comments

@lpilot
Copy link

lpilot commented Apr 18, 2023

Your Question

Schema based multi-tenancy

Does GORM support schema based multi-tenancy?

https://sultanov.dev/blog/schema-based-multi-tenancy-with-spring-data/

Thanks for your help.

@lpilot lpilot added the type:question general questions label Apr 18, 2023
@saeidee
Copy link
Member

saeidee commented May 5, 2023

Multi-tenancy mostly relies on application business logic and switching the schema for each tenant on the application level, GORM gives handy options like creating a new session to be able to implement multi-tenancy; For more details, you can have a look at this issue and see how others implemented multi-tenancy #3975.

@saeidee saeidee closed this as completed May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question general questions
Projects
None yet
Development

No branches or pull requests

3 participants