Add ports tree updating.

This commit is contained in:
Tom Alexander
2024-05-05 10:19:08 -04:00
parent f1db62190a
commit 613065de85
4 changed files with 46 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ use super::DbLocalAction;
static DB_INIT_QUERY: &str = include_str!("../../migrations/01_init.sql");
pub(crate) struct DbHandle {
conn: Connection,
pub(crate) conn: Connection,
}
impl DbHandle {