Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Framework that support MongoDB out of the box? [closed]

I'd like to exercise MongoDB in a real world project so I'm wondering what are the Python frameworks that support MongoDB as the main database out of the box (and are well documented)?

like image 718
qliq Avatar asked Jul 03 '12 14:07

qliq


1 Answers

If you're talking Web-Frameworks there's Tornado or Mongo-kit in Flask or Flask-PyMongo that have great support for MongoDB, but at the end of the day it's all easily pluggable.

like image 129
Christian Witts Avatar answered Sep 23 '22 03:09

Christian Witts