Skip to content

Commit

Permalink
chore: update readmes to mention the prisma extension resources
Browse files Browse the repository at this point in the history
  • Loading branch information
BOCOVO committed Jul 27, 2024
1 parent 7808f16 commit 86e11f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ Follow this article: <https://juste.bocovo.me/preview-dbml-code-from-vscode>
## Downloads

- [The DBML extension](https://marketplace.visualstudio.com/items?itemName=bocovo.dbml-erd-visualizer)
- [The Prisma extension](https://marketplace.visualstudio.com/items?itemName=bocovo.prisma-erd-visualizer)

## Extensions

- [The DBML extension](./packages/dbml-vs-code-extension/README.md)
- Prisma extension is coming soon
- [The Prisma extension](./packages/prisma-vs-code-extension/README.md)

## Contribute

Expand Down
4 changes: 4 additions & 0 deletions packages/prisma-vs-code-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) fr
- Allow you to drag diagrams
- Support both light and dark themes

## Tutorial

This [tutorial](https://juste.bocovo.me/visualize-the-entity-relationship-diagram-from-prisma-code-in-the-vscode-editor) shows how to use it.

## Extension Settings

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

0 comments on commit 86e11f2

Please sign in to comment.