docs: add create db description en
This commit is contained in:
parent
5e75202f93
commit
35678e865c
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue