Eric Alders

Results 3 issues of Eric Alders

When the routes are bound in the bindRoutes function the route function on the Router is called with the url parameter twice instead of the url and name of the...

After looking through your readme file it looks like the version of arrow is pretty out of date. Do you know if this will work with the newer versions of...

``` pub trait DbSessionTrait { async fn query_as(&self, query: &str, params: &[& (dyn ToSql + Sync)]) -> Result; async fn query(&self, query: &str, params: &[& (dyn ToSql + Sync)]) ->...

question