I can get a collection in MongoDB using F# No problem using
let draws = db.GetCollection("draws").Find(fun _ -> true)
To