docs: add create db description zh

This commit is contained in:
Adam Ji 2023-06-27 11:44:39 +08:00
parent 7aec0ab3a7
commit 5e75202f93
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@ async fn main() -> anyhow::Result<()> {
}
```
> **注意**:如果不使用 `use db` 指定数据库,则后续对表的操作都需要增加数据库名称作为前缀,如 db.tb。
### 插入数据
<RustInsert />