5 ms·
I've been pretty happy with mongoengine. It's quite nice to have schemas -- without them you probably would be fine using the plain pymongo library.
by codejoust 16y ago
I've been pretty happy with mongoengine.
It's quite nice to have schemas -- without them you probably would be fine using the plain pymongo library.
- smlacy 16y agoI found plain pymongo a bit too bare. I was starting to write connection pooling better DBRef support, etc. and that's what morphed into this library...