PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 6th of June, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:20:56] <ddasw> MongoEngine is good for defining a document for data validation. Raw pymongo is lacking in this area. Can I use MongoEngine to define a document first, then use pymongo to insertMany documents into an empty collection? If yes, will pymongo's insertMany() do data validation based on the document definition set by mongoengine?