Yet Another MongoDB ORM


License
MIT
Install
pip install yamo==0.2.36

Documentation

yamo

Yet Another MongoDB ORM

This is yet another MongoDB ORM for python, features

  • Simplicity: more syntax sugars for common operations
  • Performance: near zero query/update overhead, do only what must be done

QuickStart

Motivation

Install & Docs