Skip to main content

save_database

Function save_database 

Source
pub fn save_database(db: &mut Database, path: &Path) -> Result<()>
Expand description

Persists db to disk. Same diff-commit behavior as before: only pages whose bytes actually changed get written.