docs: add schemaless description en

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

View File

@ -320,6 +320,8 @@ let rs = taos.query_with_req_id("select * from stable where tag1 is null", 1)?;
### Schemaless Writing
TDengine supports schemaless writing. It is compatible with InfluxDB's Line Protocol, OpenTSDB's telnet line protocol, and OpenTSDB's JSON format protocol. For more information, see [Schemaless Writing](../../schemaless).
<RustSml />
### Schemaless with req_id