I am working with mongoalchemy version 0.21 and unable to figure out where to specify mongodb connection string.
The last documentation available is for 0.14 and even in that, I couldn't figure out where one can specify MongoDB connection string. It only mentions about database string.
I am new to pymongo itself and wanted to adopt mongoalchemy for field validation and cleaner code within flask framework.
Has anybody used the latest version? If yes, could you please share a sample code.
Most of the examples that I got refer to older versions where one used to have camel case MongoAlchemy import from flask.ext.pymongo