joke2k/django-environ

Support all database options

Open

#406 opened on Jul 1, 2022

 (2 comments) (0 reactions) (0 assignees)Python (340 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (3,165 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Now only base options are supported. Like

        'CONN_MAX_AGE',
        'ATOMIC_REQUESTS',
        'AUTOCOMMIT',
        'DISABLE_SERVER_SIDE_CURSORS',

But it would be great to support other options too.

Contributor guide