pub type SqlitePoolOptions = PoolOptions<Sqlite>;
Expand description

An alias for PoolOptions, specialized for SQLite.