memquery 0.1.1

MemQuery is simple library for creating, querying, and updating in memory documents that are represented as JSON objects and queried using Mongodb like operators.
Documentation
1
2
3
from errors.errors import CreateCollectionFailed, InsertDocumentFailed, FindCollectionError;

__all__ = ['CreateCollectionFailed', 'InsertDocumentFailed', 'FindCollectionError']