docs: update put telnet db name

This commit is contained in:
Adam Ji 2023-04-23 10:19:51 +08:00
parent 20bb69cc16
commit ae37c254ad
1 changed files with 1 additions and 1 deletions

View File

@ -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?;