citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
730 stars 118 forks source link

Oracle support #131

Closed pperliti closed 1 year ago

pperliti commented 1 year ago

Hi, does this package also support Oracle DB or is just limited to Postgres?

s4ke commented 1 year ago

Haven't tried this myself, but from what I know about the code, this could just as well work for Oracle. I'd say it would be worth a try :)

gurkanindibay commented 1 year ago

Hi, We haven't tested the application on Oracle. There are unit tests all are working on Postgres and Citus Cluster. Without executing tests, we can not guarantee Oracle support. Unfortunately, since the focus of this project is Postgres and Citus, there will not be a test or feature for Oracle support in the future.