lig / pynta

Pynta is web framework written in Python. It is made with WSGI, speed and flexibility in mind and is fully Python3 (py3k) compatible.
https://plus.google.com/105540099459792525702
7 stars 2 forks source link

Support for MongoEngine or MongoKIT storage #18

Open lig opened 12 years ago

lig commented 12 years ago

Integrate any MongoDB abstract layer as separate storage backend.

lig commented 12 years ago

MongoEngine feels as more stable but uses Django style query format.

MongoKit uses very nice concepts and mongo style query format but feels buggy a bit.

lig commented 12 years ago

Will drop mongokit storage in respect of fully implemented Mongoengine storage.

lig commented 12 years ago

Mongoengine storage is implemented. Needs docs now.