mik3y / django-db-multitenant

A simple multi-tenancy solution for Django apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use PostgreSQL on this app

humitos opened this issue · comments

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.

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.

Resolved in #13