pub type DbPool = Pool<SqliteConnectionManager>;
A pool of SQLite connections, managed by r2d2.
pub struct DbPool(/* private fields */);