https://github.com/tx7do/tsdb-ent-example
https://github.com/tx7do/tsdb-ent-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tx7do/tsdb-ent-example
- Owner: tx7do
- License: mit
- Created: 2022-02-25T06:58:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T12:45:49.000Z (over 4 years ago)
- Last Synced: 2025-01-02T05:32:07.296Z (over 1 year ago)
- Language: Go
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsdb-ent-example
实际上这个项目就只是为了实验使用Entgo这个ORM去操作时序数据库(TimeScaleDB),但是实际用起来并不是令人愉快的事情,ORM用于简单的查询倒是没有问题,复杂一点的查询,写起来远不如直接拿SQL来好用.
## 相关技术
- [Entgo](https://entgo.io/)
- [PostgreSQL](https://www.postgresql.org/)
- [Timescale](https://www.timescale.com/)