dailymotion / picomongo

GNU Lesser General Public License v3.0
9 stars 4 forks source link

Move from pymongo.Connection to pymongo.MongoClient #5

Open Lothiraldan opened 11 years ago

Lothiraldan commented 11 years ago

MongoClient is the new way to connect to MongoDB in latest revisions, we should move to the new way. See this article for more explanations: http://emptysqua.re/blog/pymongos-new-default-safe-writes/

We should maybe also exposes MongoClient arguments in default configuration.