altairbow / django-db-connection-pool

Database connection pool component library for Django
https://pypi.python.org/pypi/django-db-connection-pool/
MIT License
181 stars 24 forks source link

I am already using a custom engine -- geodjango -- how can I also use django-db-connection-pool? #40

Closed buckmaxwell closed 1 year ago

buckmaxwell commented 1 year ago

My postgres engine is django.contrib.gis.db.backends.postgis -- this is to take advantage of geospatial data types. To use django-db-connection-pool do I need to set my engine to dj_db_conn_pool.backends.postgresql is there a way to use this connection pooler with a different engine?

If not, is there any easy way to create a custom engine that combines both?

altairbow commented 1 year ago

here #41