pub fn incremental_vacuum(conn: &Connection) -> SqliteResult<()>Expand description
Run PRAGMA incremental_vacuum to return freed pages to the OS.
pub fn incremental_vacuum(conn: &Connection) -> SqliteResult<()>Run PRAGMA incremental_vacuum to return freed pages to the OS.