Type Alias SqlPool

Source
pub type SqlPool = SqlPool<MySql, RawErrorToSqlError>;

Aliased Type§

struct SqlPool { /* private fields */ }

Implementations§

Source§

impl SqlPool

Source

pub async fn open(uri: &str, max_connections: u32) -> SqlResult<Self>