Skip to main content

ActiveDriver

Type Alias ActiveDriver 

Source
pub type ActiveDriver = SqliteDriver;
Expand description

The active database driver, selected at compile time.

Aliased Typeยง

pub struct ActiveDriver;