提交 ae37c254 编写于 作者: A Adam Ji

docs: update put telnet db name

上级 20bb69cc
...@@ -16,7 +16,7 @@ async fn put_telnet() -> anyhow::Result<()> { ...@@ -16,7 +16,7 @@ async fn put_telnet() -> anyhow::Result<()> {
let client = TaosBuilder::from_dsn(dsn)?.build().await?; let client = TaosBuilder::from_dsn(dsn)?.build().await?;
let db = "test_schemaless_ws"; let db = "demo_schemaless_ws";
client.exec(format!("drop database if exists {db}")).await?; client.exec(format!("drop database if exists {db}")).await?;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册