Store base class for Mongo-like NoSQL databases
MongoDB provides a straightforward interface for interacting with a JSON database that hase been adapted by others, like NeDB.
This is a partial implementation of an anno store that should make it easy to adapt to backends similar to MongoDB.
For implementations, see:
Subclasses must override
_wipe