loopback/node_modules/store/README.md

298 B

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.