Type Alias sfo_sql::mysql::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>