mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-12 07:01:19 +00:00
Introduce Iterator
This commit is contained in:
@ -163,9 +163,11 @@ impl error::Error for Error {
|
||||
}
|
||||
|
||||
mod connection;
|
||||
mod iterator;
|
||||
mod statement;
|
||||
|
||||
pub use connection::Connection;
|
||||
pub use iterator::Iterator;
|
||||
pub use statement::{Statement, State, Bindable, Readable};
|
||||
|
||||
/// Open a connection to a new or existing database.
|
||||
|
Reference in New Issue
Block a user