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.
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.