pub type SqliteDatabasePool = Pool<Sqlite>;
SQLite database pool.
pub struct SqliteDatabasePool(/* private fields */);