pub type DatabasePool = SqlitePool;
SQLite database pool.
pub struct DatabasePool(/* private fields */);