An open API service indexing awesome lists of open source software.

https://github.com/cablehead/monglue

Minimal MongoDB document manager and toolkit
https://github.com/cablehead/monglue

Last synced: 2 months ago
JSON representation

Minimal MongoDB document manager and toolkit

Awesome Lists containing this project

README

        

Monglue
=======

Monglue is a set of utilities for working with MongoDB, featuring a simple
wrapper for dict that takes care of common store operations and saves you from
exercising the low-level database driver in your tests. It is entirely a work
in progress, subject to change at any time, and implemented in reaction to
real-world issues encountered while building other projects rather than fully
designed up front.