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

Add the SQL programing language and the SQLPage framework #1047

Merged
merged 5 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ class Spring(_Framework):
_icon = "spring.png"


class Sqlpage(_Framework):
_icon = "sqlpage.png"


class Starlette(_Framework):
_icon = "starlette.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/programming/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ class Scala(_Language):
_icon = "scala.png"


class Sql(_Language):
_icon = "sql.png"


class Swift(_Language):
_icon = "swift.png"

Expand Down
6 changes: 6 additions & 0 deletions docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/framework/spring.png" alt="Spring" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Spring**

<img width="30" src="/img/resources/programming/framework/sqlpage.png" alt="Sqlpage" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Sqlpage**

<img width="30" src="/img/resources/programming/framework/starlette.png" alt="Starlette" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Starlette**

Expand Down Expand Up @@ -215,6 +218,9 @@ Node classes list of the programming provider.
<img width="30" src="/img/resources/programming/language/scala.png" alt="Scala" style="float: left; padding-right: 5px;" >
**diagrams.programming.language.Scala**

<img width="30" src="/img/resources/programming/language/sql.png" alt="Sql" style="float: left; padding-right: 5px;" >
**diagrams.programming.language.Sql**

<img width="30" src="/img/resources/programming/language/swift.png" alt="Swift" style="float: left; padding-right: 5px;" >
**diagrams.programming.language.Swift**

Expand Down
Binary file added resources/programming/framework/sqlpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/programming/language/sql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading