cobrateam / flask-mongoalchemy

Flask support for MongoDB using MongoAlchemy.
https://pythonhosted.org/Flask-MongoAlchemy/
BSD 2-Clause "Simplified" License
217 stars 45 forks source link

Allow setting keyword arguments while initializing MongoAlchemy object. #47

Open musically-ut opened 8 years ago

musically-ut commented 8 years ago

This would allow setting connection properties, e.g. serverSelectionTimeMS, on the Mongo connection created.