@kba/anno-store-mongolike
v0.0.8
Published
A partial implementation of a store for mongodb, nedb and such
Downloads
14
Readme
anno-store-mongolike
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:
Subclassing
Subclasses must override
_wipe