[Persistence] Begin adding example bundle

Begin adding example bundle illustrating usage of secondary persistence
stores. Scratchpad will 'persist' objects only in memory.
This commit is contained in:
Victor Woeltjen 2015-11-05 17:30:27 -08:00
parent 822b4ae96f
commit bed1556a3a
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Example of using multiple persistence stores by exposing a root
object with a different space prefix.

View File

@ -0,0 +1,15 @@
{
"extensions": {
"roots": [
{
"id": "scratch:root",
"model": {
"type": "folder",
"composition": [],
"name": "Scratchpad"
},
"priority": "preferred"
}
]
}
}