jazzband / django-redshift-backend

Redshift database backend for Django
Apache License 2.0
83 stars 48 forks source link

==================================== 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

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': '', 'USER': '', 'PASSWORD': '', 'HOST': '', 'PORT': '5439', } }

For more information, please refer: Documentation_

LICENSE

Apache Software License