mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
216 B
Text
8 lines
216 B
Text
```go
|
|
{{#include docs/examples/go/insert/stmt/main.go}}
|
|
```
|
|
|
|
:::tip
|
|
`github.com/taosdata/driver-go/v3/wrapper` module in driver-go is the wrapper for C API, it can be used to insert data with parameter binding.
|
|
|
|
:::
|