pub type SqlitePool = Pool<Sqlite>;
An alias for Pool, specialized for SQLite.
Pool
struct SqlitePool(/* private fields */);