mik3y / django-db-multitenant

A simple multi-tenancy solution for Django apps.
Other
155 stars 34 forks source link

Use PostgreSQL on this app #3

Closed humitos closed 7 years ago

humitos commented 10 years ago

How many changes we have to do to allow this app to work with PostgreSQL? How complicated it could be?

I'm interested in using it with PostgreSQL because it is the only app that I found that implements the Isolated Approach.

mik3y commented 10 years ago

Hi there,

I'd imagine you'd just need to make a postgres-equivalent wrapper, similar to db_multitenant/db/backends/mysql/base.py. In fact it may even work with few modifications other than updating WRAPPED_BACKEND.

bartmika commented 7 years ago

+1

mik3y commented 7 years ago

Resolved in #13