implement request session restore

This commit is contained in:
yggverse 2024-10-11 23:38:59 +03:00
parent d7b781f604
commit 6a4790c92b
4 changed files with 179 additions and 9 deletions

View file

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