implement navigation session restore

This commit is contained in:
yggverse 2024-10-11 23:18:59 +03:00
parent ac14f5dea7
commit d7b781f604
4 changed files with 159 additions and 9 deletions

View file

@ -65,8 +65,7 @@ impl Database {
)
}
/* not in use
pub fn last_insert_id(tx: &Transaction) -> i64 {
tx.last_insert_rowid()
} */
}
}