You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project adds support for F# types to the [official .NET MongoDB driver][1].
3
5
@@ -22,6 +24,10 @@ type RecordTypeOptId =
22
24
# Installation
23
25
Install this project via NuGet.
24
26
27
+
Package | Status | Description
28
+
--------|--------|------------
29
+
FSharp.MongoDB.Driver | [](https://nuget.org/packages/FSharp.MongoDB.Driver) | Add F# support to MongoDB.Driver
30
+
25
31
On startup you have to register `FSharp.MongoDB.Driver`:
0 commit comments