pub async fn get_conn() -> Result<DbConnection>
Expand description

Function which returns a Result<T, E> where T is a new connection session or E is a connection error.