django-postgrespool2
django-postgrespool2 copied to clipboard
Postgres Connection Pooling for Django, powered by SQLAlchemy.
SQLAlchemy released version 2.0.0 on January 27, 2023, but django-postgrespool2 is not compatible with that yet. When I install django-postgrespool2 on a fresh environment, it installs SQLAlchemy 2.0.0 by default,...
The default pool args `{'max_overflow': 10, 'pool_size': 5, 'recycle': 300}` did not work when using `sqlalchemy.pool.NullPool` as `DATABASE_POOL_CLASS` used for testing purposes.
how to check if django-postgrespool2 is working as expected after installation
First of all, thanks all contributors for this great piece! I was updating my python 3.8 to 3.10 and it seems this is my last library not working on 3.10....