Bruno Bach

Results 1 issues of Bruno Bach

I'm having trouble doing a basic find. ```v query := mongo.new_from_json('{}') count := collection.count_documents(query) println(count) // 69 return ok bson_doc := mongo.new_bson() cursor := collection.find(query) for cursor.next(&bson_doc) { str :=...