File tree 2 files changed +6
-1
lines changed
packages/prisma-vs-code-extension
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ Follow this article: <https://juste.bocovo.me/preview-dbml-code-from-vscode>
18
18
## Downloads
19
19
20
20
- [ The DBML extension] ( https://marketplace.visualstudio.com/items?itemName=bocovo.dbml-erd-visualizer )
21
+ - [ The Prisma extension] ( https://marketplace.visualstudio.com/items?itemName=bocovo.prisma-erd-visualizer )
21
22
22
23
## Extensions
23
24
24
25
- [ The DBML extension] ( ./packages/dbml-vs-code-extension/README.md )
25
- - Prisma extension is coming soon
26
+ - [ The Prisma extension] ( ./packages/prisma-vs-code-extension/README.md )
26
27
27
28
## Contribute
28
29
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) fr
10
10
- Allow you to drag diagrams
11
11
- Support both light and dark themes
12
12
13
+ ## Tutorial
14
+
15
+ This [ tutorial] ( https://juste.bocovo.me/visualize-the-entity-relationship-diagram-from-prisma-code-in-the-vscode-editor ) shows how to use it.
16
+
13
17
## Extension Settings
14
18
15
19
The following Visual Studio Code settings are available for the extension.
You can’t perform that action at this time.
0 commit comments