bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 425 forks source link

Question: how `adaptable` to other frameworks? #665

Open ccrvlh opened 3 years ago

ccrvlh commented 3 years ago

Hi there. Not really a Django user, but need something exactly like that to FastAPI. Would you guys mind sharing a bit about how adaptable would be library be? I've seen the package, but coming from Flask, I'm not familiar with all the batteries that Django provides, so I'm wondering how much would take to adapt the library to another framework. Thanks a lot.