DbPool

Type Alias DbPool 

Source
pub type DbPool = Pool<SqliteConnectionManager>;
Expand description

A pool of SQLite connections, managed by r2d2.

Aliased Typeยง

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