Skip to content
New issue

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

#113: Restore SystemDb and SystemDb_Ext #132

Conversation

kirchsth
Copy link
Contributor

Added SystemDb and SystemDb_Ext with full style support.
(I use my ...extended... urls that the preview is working)

@startuml
!include https://raw.githubusercontent.com/kirchsth/C4-PlantUML/extended/C4_Container.puml

System(foo, "Foo")
SystemDb(bar, "Bar")
SystemDb_Ext(bar_ext, "Bar Ext")

Rel(foo, bar, "Baz")
Rel(foo, bar_ext, "Baz")
@enduml

This PR should fix #113

BR Helmut

@adrianvlupu adrianvlupu merged commit bf9537d into plantuml-stdlib:master Mar 13, 2021
@adrianvlupu
Copy link
Member

Thanks, also added the queue system, readme and vscode snippets

@Potherca Potherca added this to the v2.1.0 milestone Apr 4, 2021
@kirchsth kirchsth deleted the feature/113-SystemDb-SystemDb_Ext-missing branch July 4, 2021 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

SystemDb and SystemDb_Ext are missing
3 participants