mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-22 11:31:34 +00:00
Add benchmarks for Statement and Cursor
This commit is contained in:
@ -70,7 +70,7 @@ fn connection_set_busy_handler() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn cursor() {
|
||||
fn cursor_workflow() {
|
||||
let connection = setup(":memory:");
|
||||
let statement = "SELECT id, name FROM users WHERE id = ?";
|
||||
let mut cursor = ok!(connection.prepare(statement)).cursor();
|
||||
|
Reference in New Issue
Block a user