https://github.com/taosdata/tdengine_gorm
https://github.com/taosdata/tdengine_gorm
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taosdata/tdengine_gorm
- Owner: taosdata
- License: mit
- Archived: true
- Created: 2021-08-11T03:06:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T07:16:43.000Z (over 3 years ago)
- Last Synced: 2025-03-24T12:35:18.719Z (10 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 10
- Watchers: 35
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDengine Gorm Dialect
## Instructions
Not support migrate, update, deletion and transaction
Add clauses
* "CREATE TABLE"
* "FILL"
* "SLIMIT"
* "USING"
* "WINDOW"
## EXAMPLE
Check example code [example](./example/example.go)