1
2
pub type SQLiteError = anyhow::Error;
pub type SQLiteResult<T> = anyhow::Result<T>;