Skip to main content

Pool

Type Alias Pool 

Source
pub type Pool = SqlitePool;
Expand description

The SQLite connection pool type the rest of the crate refers to as Pool. A thin alias over SqlitePool so crate::AppState and the web layer name one stable type; if the backend ever changes, this is the single place to swap it.

Aliased Type§

pub struct Pool(/* private fields */);