mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-07 11:48:58 +08:00
Initial implementation of the online backup API.
This commit is contained in:
@@ -82,6 +82,7 @@ pub mod types;
|
||||
mod transaction;
|
||||
#[cfg(feature = "load_extension")] mod load_extension_guard;
|
||||
#[cfg(feature = "trace")] pub mod trace;
|
||||
#[cfg(feature = "backup")] pub mod backup;
|
||||
|
||||
/// A typedef of the result returned by many methods.
|
||||
pub type SqliteResult<T> = Result<T, SqliteError>;
|
||||
|
||||
Reference in New Issue
Block a user