# Django timescaledb
A database backend for Timescaledb.
Based on [gist](https://gist.github.com/dedsm/fc74f04eb70d78459ff0847ef16f2e7a) from WeRiot.
Still WIP.
Quick start
-----------
1. Install via pip
```
pip install django-timescaledb
```
2. Use as DATABASE engine in settings.py:
```python
DATABASES = {
'default': {
'ENGINE': 'timescale',
...
},
}
```
3. Use TimescaleDateTimeField in your models. A [hypertable](https://docs.timescale.com/latest/using-timescaledb/hypertables#react-docs) will automatically be created.
```python
from timescale.fields import TimescaleDateTimeField
class SensorLog(models.Model):
date = TimescaleDateTimeField(interval="1 day")
value = models.IntegerField()
```
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:django-timescaledb-0.1.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
django-timescaledb-0.1.tar.gz (15个子文件)
django-timescaledb-0.1
MANIFEST.in 66B
PKG-INFO 980B
timescale
__init__.py 0B
schema.py 2KB
fields.py 384B
expressions.py 281B
base.py 1KB
django_timescaledb.egg-info
PKG-INFO 980B
SOURCES.txt 321B
top_level.txt 10B
dependency_links.txt 1B
LICENSE 11KB
setup.cfg 927B
setup.py 38B
README.md 747B
共 15 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功