LINQ to DB F# Services adds support for F#-specific features to Linq To DB.
$ dotnet add package linq2db.FSharpLINQ to DB F# Services provides support for F#-specific language features in Linq To DB.
Supported features:
More features planned for future releases.
using var db = new DataConnection(
new DataOptions()
.UseSqlServer(@"Server=.\;Database=Northwind;Trusted_Connection=True;")
// enables F# Services for connection
.UseFSharp());