How do you pool connections in Django v2.1 for a Postgres db? This heroku library is no longer supported. On the Django website it has a section about connection pooling for pgBouncer but can't seem to find a tutorial online for getting setup with pgBouncer or an example project. Heroku also doesn't allow the pgBouncer buildpack for hobby tier databases, so if there is a way round this issue would be great. Any help would be greatly appreciated
You could use persistent connections instead of pooling connections.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With