Eagle

Results 2 issues of Eagle

For the three functions `executeAsync`, `iterAsync`, and `executeRowAsync`, how about using the `SqlDataReader.ReadAsync` method instead of `SqlDataReader.Read`?

This is a proposal to add a new API to this library. When using plain Dapper, it would be useful to be able to pass CommandText, Parameters, etc. through the...