An open API service indexing awesome lists of open source software.

https://github.com/tx7do/tsdb-ent-example


https://github.com/tx7do/tsdb-ent-example

Last synced: about 1 month ago
JSON representation

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/)