Mondocks
Mondocks copied to clipboard
An alternative way to interact with MongoDB databases from F# that allows you to use mongo-idiomatic constructs
Add Docs
Add proper documentation explaining the use cases of this library as well it's computation expressions
> taken from #1 > add method helpers to create things like filters, fields, matching criteria examples of this can be ``` fsharp find "users" { filter (fun m ->...
Since this library produces JSON testing should not be complicated at all we just need to check against an existing JSON for each command