WIP
This commit is contained in:
parent
19aac6a57f
commit
d492cbced9
3 changed files with 78 additions and 229 deletions
|
@ -70,12 +70,3 @@ impl Db {
|
|||
self.backup_main(&destination)
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for Db {
|
||||
fn drop(&mut self) {
|
||||
self.exec(indoc! {"
|
||||
PRAGMA analysis_limit=500;
|
||||
PRAGMA optimize"})
|
||||
.ok();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue