Skip to content

Commit

Permalink
Add the SQL programing language and the SQLPage framework (#1047)
Browse files Browse the repository at this point in the history
add the SQLPage framework
  • Loading branch information
lovasoa authored Nov 23, 2024
1 parent 1156590 commit fe3b9cc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,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 @@ -143,6 +143,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 @@ -218,6 +221,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.

0 comments on commit fe3b9cc

Please sign in to comment.