Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git

Switched around documentation comments.

Author Dave Jarvis <email>
Date 2015-02-27 21:22:43 GMT-0800
Commit da20169cb27e2d155e9c4f1a3684a61731ffea46
Parent 7200dd3
README.md
```
root > people, # "root" keyword starts the document
-person > person, # maps a node to table context
-.first_name > first, # maps a node to column
-.last_name > name/last, # maps an ancestor node to a column
-.age > @age, # @ maps an attribute to table node
+person > person, # maps table context to a node
+.first_name > first, # maps a column to a node
+.last_name > name/last, # maps a column to an ancestor node
+.age > @age, # @ maps a column to an attribute node
account.person_id > person.person_id, # performs an inner join
account > account, # context is now "account" node
Delta 4 lines added, 4 lines removed