Re-exports§
pub use row::Row;pub use row::ValueRef;pub use from_row::FromRow;pub use error::Result;pub use error::Error;
Modules§
- error
- an error which can occur in sqlite operation
- from_
row - query
- row
- row_
stream - sqlite
- A safe interface to sqlite ffi.
- statement
Structs§
- Connection
- Database connection.
Traits§
- Sqlite
Str - Conversion between sqlite and rust string