pub type DbConn = SqlitePool;
A SQLite connection pool. This is the primary database handle passed throughout the atrg application via AppState.
AppState
pub struct DbConn(/* private fields */);