FSharp.Data.SqlClient is a family of F# Type Providers facilitating statically typed access to input parameters and result sets of T-SQL commands in idiomatic F# way
The library is a home for three type providers:
- SqlCommandProvider - type-safe access to full set of T-SQL language
- SqlProgrammabilityProvider - quick access to Sql Server functions and stored procedures in idiomatic F# way
- SqlEnumProvider - generates .NET Enums based on static lookup data from any ADO.NET complaint source