TDengine
TDengine copied to clipboard
Hope support MAC client
/Users/zcj/go/pkg/mod/github.com/taosdata/[email protected]/taosSql/ctaos.go:21:10: fatal error: 'taos.h' file not found #include <taos.h>
it is a part of our future plan
github.com/taosdata/driver-go/v2/wrapper
../../../go/pkg/mod/github.com/taosdata/driver-go/[email protected]/wrapper/field.go:4:10: fatal error: 'taos.h' file not found #include <taos.h> ^~~~~~~~ 1 error generated. Is this missing taos.sh? my env is go version go1.17.1 darwin/amd64 use go mod in my project the taosSql import version is github.com/taosdata/driver-go/v2 v2.0.1
@douxu you can build and install with TDengine source code on Mac.
Server is linux,but the develop computer is mac, I only need jdbc client can use in mac. Server is not need
Server is linux,but the develop computer is mac, I only need jdbc client can use in mac. Server is not need
There are two JDBC drivers for TDengine, please use JDBC-REST on Mac.
什么时候支持mac 开发?
Server is linux,but the develop computer is mac, I only need jdbc client can use in mac. Server is not need
There are two JDBC drivers for TDengine, please use JDBC-REST on Mac. when I want to use consumer function for TDengine, JDBC-REST won't success
.
We already support macOS: https://docs.taosdata.com/get-started/package/