文件名称:django-redshift-backend:适用于Django的Redshift数据库后端
文件大小:32KB
文件格式:ZIP
更新时间:2024-05-25 16:30:37
Python
适用于Django的Redshift数据库后端
这是的数据库后端。
文献资料
Django设置
用于数据库的引擎为“ django_redshift_backend”。 您可以在settings.py中将名称设置为:
DATABASES = {
'default': {
'ENGINE': 'django_redshift_backend',
'NAME': '
【文件预览】:
django-redshift-backend-master
----setup.py(38B)
----checklist.rst(614B)
----.gitignore(104B)
----pyproject.toml(224B)
----CHANGES.rst(5KB)
----LICENSE(11KB)
----doc()
--------basic.rst(1KB)
--------requirements.txt(24B)
--------Makefile(618B)
--------dev.rst(1KB)
--------index.rst(2KB)
--------conf.py(666B)
--------authors.rst(29B)
--------make.bat(825B)
--------changes.rst(31B)
--------refs.rst(7KB)
----setup.cfg(2KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(304B)
--------ISSUE_TEMPLATE.md(501B)
--------workflows()
----README.rst(2KB)
----tests()
--------conftest.py(132B)
--------test_redshift_backend.py(5KB)
--------testapp()
--------settings.py(268B)
----django_redshift_backend()
--------__init__.py(473B)
--------base.py(24KB)
--------distkey.py(318B)
----.coveragerc(50B)
----AUTHORS.rst(212B)
----CONTRIBUTING.rst(394B)
----dev-requires.txt(53B)
----tox.ini(1KB)