pub type RXQLitePoolOptions = PoolOptions<RXQLite>;
Expand description

An alias for PoolOptions, specialized for SQLite.

Aliased Type§

struct RXQLitePoolOptions { /* private fields */ }