pub type Result = core::result::Result; pub type Error = Box; // For early dev. #[cfg(feature = "with-rusqlite")] pub mod sqlite;