TDengine/docs/en/07-develop/03-insert-data/_go_stmt.mdx
2022-06-13 15:32:44 +08:00

8 lines
216 B
Text

```go
{{#include docs/examples/go/insert/stmt/main.go}}
```
:::tip
`github.com/taosdata/driver-go/v2/wrapper` module in driver-go is the wrapper for C API, it can be used to insert data with parameter binding.
:::