demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
127 stars 16 forks source link

Upgrading to Npgsql 6 #106

Closed NickDarvey closed 2 years ago

NickDarvey commented 2 years ago

I couldn't see an existing issue for this so I thought I'd make one.

Npgsql 6 adds some new features like:

which would be delightful to use.

Has anybody investigated FSharp.Data.Npgsql and Npgsql 6?

kerams commented 2 years ago

FSharp.Data.Npgsql 2.0+ already depends on Npgsql 6.

NickDarvey commented 2 years ago

That's embarrassing, it turns out I was looking at the dependencies of FSharp.Data.Npgsql5.