helge
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.
Example
let helge = new?;
helge.query.await?;
License: MIT
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.
let helge = new?;
helge.query.await?;
License: MIT