mirror of
https://github.com/TheTrustedAdvisor/db-schema-visualizer.git
synced 2026-09-05 15:16:38 +00:00
A Visual Studio Code extension to visualize database schemas as Entity Relationship Diagrams (ERD) from DBML or Prisma files directly within the editor.
- TypeScript 97.7%
- JavaScript 1.7%
- HTML 0.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/ISSUE_TEMPLATE | ||
| .husky | ||
| .vscode | ||
| .yarn | ||
| assets | ||
| packages | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .lintstagedrc.js | ||
| .prettierrc | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| lerna.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Database schema visualizer
An Vscode extension to visualize the database schema in ERD from dbml or prisma file in your vscode.
Demo
Features
- Create entity relations diagrams from your DBML/Prisma code
- Available in light and dark modes
How to install and use it
Follow this article: https://juste.bocovo.me/preview-dbml-code-from-vscode
Downloads
Extensions
Contribute
If you want to contribute to this project please read the contribution note
