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
4
5
6
7
8
class CreateCollectionFailed(Exception):
  pass

class InsertDocumentFailed(Exception):
  pass

class FindCollectionError(Exception):
  pass