| ... | @@ -9,4 +9,19 @@ define a database, had to be re-named. |
... | @@ -9,4 +9,19 @@ define a database, had to be re-named. |
|
|
|
|
|
|
|
module - schema
|
|
module - schema
|
|
|
entity - table
|
|
entity - table
|
|
|
attribute - column |
|
attribute - column
|
|
\ No newline at end of file |
|
|
|
|
|
## 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. |
|
|
|
\ No newline at end of file |