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
- Host: GitHub
- URL: https://github.com/cablehead/monglue
- Owner: cablehead
- Created: 2012-08-28T01:41:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-11T00:02:20.000Z (almost 13 years ago)
- Last Synced: 2025-03-25T05:05:47.391Z (2 months ago)
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.