Download Flask-PyMongo 0.1


MongoDB is an open source database that stores flexible JSON-like "documents," which can have any number,...
Flask-PyMongo
Developer : Dan Crosta
Size : 0.01Mb
OS : Linux
Requirements : · Python· Flask
License : Freeware
Click here to download




MongoDB is an open source database that stores flexible JSON-like "documents," which can have any number, name, or hierarchy of fields within, instead of rows of data as in a relational database. Python developers can think of MongoDB as a persistent, searchable repository of Python dictionaries (and, in fact, this is how PyMongo represents MongoDB documents).Flask-PyMongo bridges Flask and PyMongo, so that you can use Flask's normal mechanisms to configure and connect to MongoDB.