abe07271fa | ||
---|---|---|
.. | ||
example | ||
lib | ||
test | ||
.gitignore | ||
README.md | ||
index.js | ||
package.json |
README.md
store
About
Provides an in memory data store. The backing persistence can be swapped out by providing a connection.
Options
tbd
Dependencies
connection (optional)
By default data will be persisted in memory. You can swap out the persistence layer by providing a connection.