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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-11-16 14:18:34 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2024-06-21 22:28:59 +01:00
.husky chore: setup dev utilities 2024-03-28 18:41:40 +01:00
.vscode chore: display schema error in the diagram viewport 2025-11-16 14:09:44 +01:00
.yarn chore: display schema error in the diagram viewport 2025-11-16 14:09:44 +01:00
assets chore: improve READMEs 2024-04-28 22:27:22 +01:00
packages chore: update changelogs 2025-11-16 14:18:34 +01:00
.eslintignore chore: setup build with vite 2024-04-20 01:17:13 +01:00
.eslintrc.js chore: setup jest globally 2024-04-01 00:53:00 +01:00
.gitignore chore(prisma-parser): create the prisma parser package 2024-06-16 12:22:36 +01:00
.lintstagedrc.js chore: use global lintstage for all package 2024-05-01 10:33:14 +01:00
.prettierrc chore: setup dev utilities 2024-03-28 18:41:40 +01:00
CODE_OF_CONDUCT.md chore: update project notes 2024-04-28 02:46:18 +01:00
CONTRIBUTING.md chore: update project notes 2024-04-28 02:46:18 +01:00
lerna.json chore: setup lerna 2024-03-27 18:19:37 +01:00
LICENSE chore: add LICENSE file 2024-04-10 19:54:45 +01:00
package.json chore: update version to v0.0.3 2024-05-15 01:12:51 +01:00
README.md chore: update readmes to mention the prisma extension resources 2024-07-27 19:51:20 +01:00
tsconfig.json chore: update un tsconfig 2024-03-28 21:18:13 +01:00
yarn.lock feat(visualizer): improve searching experience 2025-10-25 14:25:26 +01:00

Database schema visualizer

An Vscode extension to visualize the database schema in ERD from dbml or prisma file in your vscode.

Demo

DBML 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