Reflect tableinfo unification in example_output
This commit is contained in:
parent
e26d612aa3
commit
17883407c9
1 changed files with 2 additions and 4 deletions
|
@ -23,8 +23,7 @@ Initialized ./people/Darrel
|
|||
Linked ./people:id/5 -> ./people/Darrel
|
||||
Linked ./people/:state:id/MI/5 -> ./people/Darrel
|
||||
+ ghee get -a ./people
|
||||
user.ghee.indices {"related_indices":{"id":"./people:id","state,id":"./people/:state:id"}}
|
||||
user.ghee.key name
|
||||
user.ghee.tableinfo {"key":"name","indices":{"id":"./people:id","name":"./people","state,id":"./people/:state:id"}}
|
||||
./people/Darrel user.id 5
|
||||
./people/Darrel user.name Darrel
|
||||
./people/Darrel user.state MI
|
||||
|
@ -44,8 +43,7 @@ Linked ./people/:state:id/MI/5 -> ./people/Darrel
|
|||
./people/Wulfrum user.name Wulfrum
|
||||
./people/Wulfrum user.state CA
|
||||
+ ghee get -a --nosort ./people
|
||||
user.ghee.indices {"related_indices":{"id":"./people:id","state,id":"./people/:state:id"}}
|
||||
user.ghee.key name
|
||||
user.ghee.tableinfo {"key":"name","indices":{"id":"./people:id","name":"./people","state,id":"./people/:state:id"}}
|
||||
./people/Sandeep user.id 2
|
||||
./people/Sandeep user.name Sandeep
|
||||
./people/Sandeep user.state CA
|
||||
|
|
Loading…
Reference in a new issue