PetaPoco
PetaPoco copied to clipboard
QueryMultiple async, or alternative?
Hello people. thanks for the great work. I need my web api project to be as asynchronous as possible in accessing the database. This works great with all the async overloads, but the only thing that is missing is QueryMultiple.
Is QueryMultipleAsync something that is planned? Or would you know of an async alternative to get multiple tables from a single stored procedure?