mongo-driver icon indicating copy to clipboard operation
mongo-driver copied to clipboard

MongoDB driver for Fluent

Results 9 mongo-driver issues
Sort by recently updated
recently updated
newest added

As described in https://github.com/OpenKitten/MongoKitten/issues/167 I keep randomly getting this error, not sure what could be the cause: `MongoKitten.MongoError.invalidResponse([{\"ok\":0.0,\"codeName\":\"NotMasterNoSlaveOk\",\"errmsg\":\"not master and slaveOk=false\",\"code\":13435}])` Environment: - Mongodb 3.4.14 (Cloud Atlas) - MongoKitten 4.0.19...

I noticed a critical bug in driver behavior. Modify functionality is not working as expected. I think issue is connected to https://github.com/vapor/mongo-driver/issues/25 but I want to describe it in more...

The issue is that when a relationship is created between two models of Vapor, instead of having fluent define the correct key as modelname_id the database stores as modelname__id. This...

I've compiled a list of suggestions for the mongo-driver that can be added in the future by one or more PRs. **MongoDB version checking for feature levels.** Currently, $lookup is...

enhancement
help wanted

I'm not sure what should I add on my Package.swift file because XCode says no such module MongoDriver. I tried to add mongokitten's and this git repo without luck. Thanks...

I have made a model and saved it to a Mongo DB. My model creates "var id: Node?" and init to "self.id = nil". However, when the record is saved...

bug
help wanted