mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Adjust the example
This commit is contained in:
parent
12816e86f2
commit
8be28b9272
@ -46,8 +46,7 @@ while let State::Row = statement.next().unwrap() {
|
||||
}
|
||||
```
|
||||
|
||||
The same query example using a cursor, which is a wrapper around a prepared
|
||||
statement:
|
||||
The same query using a cursor, which is a wrapper around a prepared statement:
|
||||
|
||||
```rust
|
||||
use sqlite::Value;
|
||||
|
@ -54,7 +54,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! The same query example using a cursor, which is a wrapper around a prepared
|
||||
//! The same query using a cursor, which is a wrapper around a prepared
|
||||
//! statement:
|
||||
//!
|
||||
//! ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user