pub fn integrity_check(conn: &Connection) -> DbResult<bool>Expand description
Runs PRAGMA integrity_check and returns whether the database is healthy.
ยงErrors
Returns Error if the integrity check query fails.
pub fn integrity_check(conn: &Connection) -> DbResult<bool>Runs PRAGMA integrity_check and returns whether the database is healthy.
Returns Error if the integrity check query fails.