文件名称:django-timescaledb:用于Timescaledb的Django数据库后端和工具
文件大小:37KB
文件格式:ZIP
更新时间:2024-05-10 22:14:47
django timescaledb Python
Django timescaledb 用于Timescaledb的数据库后端和工具。 基于WeRiot的。 快速开始 通过点子安装 pip install django-timescaledb 在settings.py中用作数据库引擎: 标准PostgreSQL DATABASES = { 'default' : { 'ENGINE' : 'timescale.db.backends.postgresql' , ... }, } 邮政地理信息系统 DATABASES = { 'default' : { 'ENGINE' : 'timescale.db.backends.postgis' , ... }, } 如果您已经使用了自定义的PostgreSQL数据库后端,则可以在setti
【文件预览】:
django-timescaledb-main
----MANIFEST.in(66B)
----README.rst(5KB)
----.github()
--------workflows()
----timescale()
--------.DS_Store(6KB)
--------db()
--------__init__.py(0B)
--------tests()
----example()
--------iot_example_app()
--------.DS_Store(6KB)
--------manage.py(671B)
--------metrics()
--------requirements.txt(48B)
----LICENSE(11KB)
----setup.cfg(923B)
----setup.py(38B)
----README.md(5KB)
----.gitignore(79B)