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 table/column based #3

Open
frederikhors opened this issue Feb 10, 2020 · 2 comments
Open

Multi-tenancy table/column based #3

frederikhors opened this issue Feb 10, 2020 · 2 comments

Comments

@frederikhors
Copy link

frederikhors commented Feb 10, 2020

It would be great to see how you solve the multi-tenancy problem, perhaps with one of the most comfortable ways for startups, the one with the tenant_id column in tables.

On the topic:

Thanks for your work.

@oshalygin
Copy link
Owner

I'll add a bit of logic. The issue here is that typically multi tenancy involves database segregation and I kind of lean away from adding that much complexity as it will totally confuse newer folks

@frederikhors
Copy link
Author

typically multi tenancy involves database segregation

Not with tenant_id column in tables, right?

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

No branches or pull requests

2 participants