OvalMoney / momapper

MoMapper (MongoDB Mapper), a simple mapper for MongoDB documents written on top of PyMongo. Fetches documents really fast: Mò Mò.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoMapper (Mongo Mapper)

Python Mapper for MongoDB models

Features

  • Schema validation for documents.
  • Type validation for document fields.
  • 100% compatible with Pymongo API.
  • Implements Mapper design pattern, separating schema and type validation from storage logic.

Installation:

$ pip install momapper

Usage:

Check it out in the doc.

License

Free software: MIT license.

Credits

This package was created with Cookiecutter and the wboxx1/cookiecutter-pypackage project template.

About

MoMapper (MongoDB Mapper), a simple mapper for MongoDB documents written on top of PyMongo. Fetches documents really fast: Mò Mò.

License:MIT License


Languages

Language:Python 94.5%Language:Makefile 5.5%