SqlitePooledConnection

Type Alias SqlitePooledConnection 

Source
pub type SqlitePooledConnection = PooledConnection<'static, SqliteManager>;
Expand description

Type alias for the pooled SQLite connection wrapper.

Aliased Typeยง

pub struct SqlitePooledConnection { /* private fields */ }