I am really new to Flask and MongoDB. I read the Flask documentation about MongoDB, and turns out I felt so confused that I did not know which one I need to install.
In Flask document, it says if you want to operate MongoDB, you should install Mongokit, yes I did, I build the user structure like document said, and save it, but it did not work, I look up into MongoDB shell, nothing stored there. So, i keep searching that I need Pymongo, and another document say that Flask-PyMongo is the bridge between MongoDB and Pymongo.
do I need to install all of them? what's their relationship, I need someone clear my head a little bit BTW, can I use SQLalchemy with MongoDB? or I just use Mongokit whatever above.
From MongoKit documentation:
MongoKit is an Object Document Mapper (ODM)
And as specify here
As mentioned in Flask-PyMongo documentation
Now:
The answer is NO you can use either MongoKit or Flask-PyMongo
The answer is NO Why? read this