draf db features for label mod

This commit is contained in:
yggverse 2024-10-07 04:38:22 +03:00
parent 3bc74f17af
commit 259ec321be
4 changed files with 212 additions and 25 deletions

View file

@ -74,8 +74,7 @@ impl Database {
tx.execute("DELETE FROM `app_browser_window_tab` WHERE `id` = ?", [id])
}
/* not in use
pub fn last_insert_id(&self, tx: &Transaction) -> i64 {
tx.last_insert_rowid()
} */
}
}