I want to announce that. FSharp.Data.Npgsql is now part of fsprojects, thanks to @dsyme for the nudge. This should make maintenance easier.. It's a #typeprovider wrapper in #fsharp for #postgres that allows you to just point your code at a database and magically get all the types you need for processing your queries.. It's still in production in plenty of places despite the lack of recent updates and still works beautifully..
https://github.com/fsprojects/FSharp.Data.Npgsql
Originally developed by the team at #demetrix

GitHub - fsprojects/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.
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. - fsprojects/FSharp.Dat...