Skip to content

Latest commit

 

History

History

anno-store-mongolike

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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