Naming-Conventions
To avoid namespace clashes in the database, any reserved key words which define a database, had to be re-named.
module - schema entity - table attribute - column
Transitions
A transition is a change in a database. The basic set are "read","create", "edit","delete".
Custom transitions may be based on any of the basic ones and may define
- pre-state
- post-state
- type
- binding-reference
As well as which of the attributes of the entity may be changed with this transition.