Skip to main content

Db

Type Alias Db 

Source
pub type Db = AnyPool;
Expand description

Type alias for the shared connection pool (runtime-dispatch Any backend).

Aliased Type§

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