You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Zendro models relations between data models using the classic foreign-key method borrowed from the realm of relational databases. In this, foreign keys are scalar, i.e. they are of type String or Integer. As to this moment these foreign-keys are called "target-keys" in Zendro, which is not that explanatory as "foreign-key" is - at least to anyone with experience in relational databases.
Rename all occurrences of "target-key" in Zendro to "foreign-key" including the documentation.
The text was updated successfully, but these errors were encountered:
Currently Zendro models relations between data models using the classic foreign-key method borrowed from the realm of relational databases. In this, foreign keys are scalar, i.e. they are of type
String
orInteger
. As to this moment these foreign-keys are called "target-keys
" in Zendro, which is not that explanatory as "foreign-key
" is - at least to anyone with experience in relational databases.Rename all occurrences of "target-key" in Zendro to "foreign-key" including the documentation.
The text was updated successfully, but these errors were encountered: