docs: add stmt description zh

This commit is contained in:
Adam Ji 2023-06-27 11:41:24 +08:00
parent 38ecf556b3
commit 5fa6632d43
1 changed files with 2 additions and 0 deletions

View File

@ -321,6 +321,8 @@ let rs = taos.query_with_req_id("select * from stable where tag1 is null", 1)?;
### 通过参数绑定写入数据 ### 通过参数绑定写入数据
TDengine 的 Rust 连接器实现了参数绑定方式对数据写入INSERT场景的支持。采用这种方式写入数据时能避免 SQL 语法解析的资源消耗,从而在很多情况下显著提升写入性能。
<RustBind /> <RustBind />
### 无模式写入 ### 无模式写入