We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure how to describe it...
When building up this
graph LR Client --> UI UI --> Command & Query Query --> ReadDatabase[(Read Database)] Command --> WriteDatabase[(Write Database)] WriteDatabase -. note .-> ReadDatabase
I'd prefer this with a vertical line between the 2 databases
graph LR Client --> UI UI --> Command & Query Query --> ReadDatabase[(Read Database)] Command --> WriteDatabase[(Write Database)]
See description
No response
The text was updated successfully, but these errors were encountered:
which files to change @dudo?
Sorry, something went wrong.
No branches or pull requests
Description
Not sure how to describe it...
When building up this
I'd prefer this with a vertical line between the 2 databases
Steps to reproduce
See description
Screenshots
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: