15 lines
298 B
Markdown
15 lines
298 B
Markdown
|
# 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.
|