79661215

Date: 2025-06-10 23:12:44
Score: 1.5
Natty:
Report link

Django does not natively support db pooling, you can look into tools like: https://github.com/jneight/django-db-geventpool

On the other hand, what Django support Persistent connections with CONN_MAX_AGE attribute.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steve Yonkeu