loopback/node_modules/store/README.md

15 lines
298 B
Markdown
Raw Normal View History

# 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.