docs: add create db description en

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

View File

@ -298,6 +298,8 @@ async fn main() -> anyhow::Result<()> {
}
```
> The query is consistent with operating a relational database. When using subscripts to get the contents of the returned fields, you have to start from 1. However, we recommend using the field names to get the values of the fields in the result set.
### Insert data
<RustInsert />