mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
221 B
Text
8 lines
221 B
Text
```go
|
|
{{#include docs/examples/go/insert/stmt/main.go}}
|
|
```
|
|
|
|
:::tip
|
|
driver-go 的模块 `github.com/taosdata/driver-go/v3/wrapper` 是 C 接口的底层封装。使用这个模块也可以实现参数绑定写入。
|
|
|
|
:::
|