jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.49k stars 205 forks source link

Add disable_server_side_cursors parameter #231

Closed fbinz closed 1 year ago

fbinz commented 1 year ago

Hi there,

I noticed that I couldn't properly set the DISABLE_SERVER_SIDE_CURSORS database settings. So this PR adds it as a parameter, akin to the conn_max_age or conn_health_checks variable.