mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* fix: use latest version of jdbc connector * fix: remove locale and timezone to avoid confusing user * fix: update readme.md * fix: refine demo.c * fix: specify utf-8 in jdbc example pom.xml * fix: refine jdbc example doc * chore: add build instructions to go example
3 lines
38 B
Markdown
3 lines
38 B
Markdown
go mod init demo
|
|
go mod tidy
|
|
go build
|