django-redshift-backend
django-redshift-backend copied to clipboard
Redshift database backend for Django
==================================== Redshift database backend for Django
This is a Amazon Redshift
_ database backend for Django_.
.. image:: https://jazzband.co/static/img/badge.svg :target: https://jazzband.co/ :alt: Jazzband
.. image:: https://img.shields.io/readthedocs/django-redshift-backend/master.svg :alt: Read the Docs (master) :target: https://django-redshift-backend.rtfd.io/
.. image:: https://img.shields.io/pypi/v/django-redshift-backend.svg :alt: PyPI :target: https://pypi.org/project/django-redshift-backend/
.. image:: https://img.shields.io/pypi/pyversions/django-redshift-backend.svg :alt: PyPI - Python Version :target: https://pypi.org/project/django-redshift-backend/
.. image:: https://img.shields.io/pypi/djversions/django-redshift-backend.svg :alt: PyPI - Django Version :target: https://pypi.org/project/django-redshift-backend/
.. image:: https://img.shields.io/github/license/jazzband/django-redshift-backend.svg :alt: License :target: https://github.com/jazzband/django-redshift-backend/blob/master/LICENSE
.. image:: https://github.com/jazzband/django-redshift-backend/workflows/Test/badge.svg :target: https://github.com/jazzband/django-redshift-backend/actions :alt: GitHub Actions
.. image:: https://img.shields.io/github/stars/jazzband/django-redshift-backend.svg?style=social&label=Stars :alt: GitHub stars :target: https://github.com/jazzband/django-redshift-backend
.. _Amazon Redshift: https://aws.amazon.com/jp/redshift/ .. _Django: https://www.djangoproject.com/
Documentation
- https://django-redshift-backend.rtfd.io/
Django settings
ENGINE for DATABASES is 'django_redshift_backend'. You can set the name in your settings.py as::
DATABASES = {
'default': {
'ENGINE': 'django_redshift_backend',
'NAME': '
For more information, please refer: Documentation_
LICENSE
Apache Software License