Npgsql.FSharp icon indicating copy to clipboard operation
Npgsql.FSharp copied to clipboard

Use NpgsqlCommand.PrepareAsync() for the async functions

Open mickednk opened this issue 2 years ago • 0 comments

I noticed that you use the non-async variant of prepare even for the async calls. Even though this is something that is only actually fired once per SQL statement it would be nice to keep it async all the way.

mickednk avatar Nov 14 '23 14:11 mickednk