mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-10 10:16:04 +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
|
The same query using a cursor, which is a wrapper around a prepared statement:
|
||||||
statement:
|
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use sqlite::Value;
|
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:
|
//! statement:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user