Npgsql.FSharp
Npgsql.FSharp copied to clipboard
Use NpgsqlCommand.PrepareAsync() for the async functions
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.