Redshift database backend for Django
Project description
This is a Amazon Redshift database backend for Django.
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': '<your database name>', 'USER': '<your database username>', 'PASSWORD': '<your database password>', 'HOST': '<your database hostname>', 'PORT': '5439', } }
For more information, please refer: Documentation
LICENSE
Apache Software License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_redshift_backend-4.0.0.tar.gz
(111.7 kB
view details)
Built Distribution
File details
Details for the file django_redshift_backend-4.0.0.tar.gz
.
File metadata
- Download URL: django_redshift_backend-4.0.0.tar.gz
- Upload date:
- Size: 111.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcaad4a5e816432968dec63cb2c1d39cfb0d886dbde97d9f52993f1cc9846983 |
|
MD5 | d50267680e14542dc79b3b45eef3c89e |
|
BLAKE2b-256 | 904336cf37b5abc13a1eb6742a38e0c06ab711443693bf6bdb899c09c2047827 |
File details
Details for the file django_redshift_backend-4.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_redshift_backend-4.0.0-py3-none-any.whl
- Upload date:
- Size: 91.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa70dbfb98ace52a121f526496c10a4c077ffac78ca957c43e877dbc6d5e2c76 |
|
MD5 | 490eed7674f73b2cb94ea9cbffe63453 |
|
BLAKE2b-256 | b98e5dece8bac5df181c06b4ba42fd693fbbdfe8a43de7ad20504d50d8dd9d54 |