Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git
README.md
* a **Map**;
-* a **Where** clause; and
-* namespace definitions.
+* a **Where** clause;
+* namespace definitions; and
+* module definitions.
## Map
person > html:person,
person.id > people:id( people, http://www.people.com ),
+
+## Module
+
+Modules are defined using the *module* keyword. For example:
+
+```
+module people,
+root > people, # "root" keyword starts the document
+person > person, # maps a node to table context
+.*, # .* globs all columns
+```
+
+This allows the module to be reused at any time using the *import* keyword:
+
+```
+import people,
+```
# Usage

Added module reference.

Author Dave Jarvis <email>
Date 2015-02-09 19:01:30 GMT-0800
Commit fe89fb46107e4d34fc26576692d9031a5c18a00f
Parent 83b8b4d
Delta 20 lines added, 2 lines removed, 18-line increase