Relational Paths

Gatsby uses a construct called a relational path to identify objects in a database. Relational paths are similar to file system paths used to identify files and folders, but instead refer to databases, views and rows.

/<database caption>/<view name>/<primary key value>/<relation caption>/<primary key value>...

For example, the relational path for the Staff member “Bobby Ford” in the Intranet sample would look like:

/Intranet/Staff/38