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

Support schema definition for redshift #78

Closed st4lk closed 7 years ago

st4lk commented 7 years ago

In addition to postgres, the schema is also supported by redshift database. Respect it by 'currentSchema' param.

Also, we need to exclude this param from Django's DATABASES settings. Otherwise, following error is raised:

django.db.utils.OperationalError: invalid connection option "currentSchema"
kennethreitz commented 7 years ago

✨🍰✨