docs: update put telnet db name
This commit is contained in:
parent
20bb69cc16
commit
ae37c254ad
|
@ -16,7 +16,7 @@ async fn put_telnet() -> anyhow::Result<()> {
|
|||
|
||||
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?;
|
||||
|
||||
|
|
Loading…
Reference in New Issue