
This package is an abstraction tool for document stores or key-value stores in Node.js. Applications can use one interface for developing persistence code, and then at deployment time you can decide what driver to use.
There are three drivers included in this package: 'memory', 'partitioning', and 'caching'.
Node.js is an event-based server-side JavaScript engine.