Custom relationship between instances #346
-
QuestionI have a problem which is similar to that discussed in #39. The best way to describe my problem is to use your "Big Bank plc" live deployment diagram. Namely, is it possible to have a different text in the relationship between the "API Application" instance and the "Secondary Database" instance?. More specifically, I would like for the text in that relationship to be "Reads from" while the one between the "API Application" instance and the "Primary Database" instance to remain "Reads from and writes to". Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I would suggest creating two relationships in the static model ( |
Beta Was this translation helpful? Give feedback.
I'd be tempted to model the read/write and read-only databases as separate containers, which then makes what you're trying achieve easier. That said, the following will work (I don't know why
&&
isn't in the docs):