Skip to content

Commit 86e11f2

Browse files
committed
chore: update readmes to mention the prisma extension resources
1 parent 7808f16 commit 86e11f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ Follow this article: <https://juste.bocovo.me/preview-dbml-code-from-vscode>
1818
## Downloads
1919

2020
- [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)
2122

2223
## Extensions
2324

2425
- [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)
2627

2728
## Contribute
2829

packages/prisma-vs-code-extension/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) fr
1010
- Allow you to drag diagrams
1111
- Support both light and dark themes
1212

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+
1317
## Extension Settings
1418

1519
The following Visual Studio Code settings are available for the extension.

0 commit comments

Comments
 (0)