Expand description

SQLite database driver.

Re-exports

pub use arguments::SqliteArgumentValue;
pub use arguments::SqliteArguments;
pub use column::SqliteColumn;
pub use connection::LockedSqliteHandle;
pub use connection::SqliteConnection;
pub use database::Sqlite;
pub use error::SqliteError;
pub use options::SqliteConnectOptions;
pub use query_result::SqliteQueryResult;
pub use row::SqliteRow;
pub use statement::SqliteStatement;
pub use type_info::SqliteTypeInfo;
pub use value::SqliteValue;
pub use value::SqliteValueRef;

Modules

Enums

Refer to SQLite documentation for the meaning of the database journaling mode.

Refer to SQLite documentation for the meaning of the connection locking mode.

Refer to SQLite documentation for the meaning of various synchronous settings.