Re: Help regarding Multi Tenancy with PostgreSQL

2022-08-15 Thread Abdul Qoyyuum
Here's a doc resource for you to look at resources with varied approaches (also including docker per tenant): https://books.agiliq.com/projects/django-multi-tenant/en/latest/ On Mon, Aug 15, 2022 at 9:58 PM Gaurav Daunde wrote: > Hi All, > > We are planing to implement multitenancy solution to s

Help regarding Multi Tenancy with PostgreSQL

2022-08-15 Thread Gaurav Daunde
Hi All, We are planing to implement multitenancy solution to store client's data seperately. We uses Django Rest Framework as backend with Postgresql version 12.11 . Is Single database multiple schemas a good solution? Is this solution works fine with django migrations? OR there can be much bette