Helge is a tiny wrapper around r2d2::Pool and diesel ConnectionManager
to provide a simple way to use diesel postgres with r2d2 in an async context.
```rust
let helge = Helge::<diesel::PgConnection>::new("postgres://localhost/somedatabase")?;
}).await?;
```
License: MIT