db-schema-visualizer icon indicating copy to clipboard operation
db-schema-visualizer copied to clipboard

An Vscode extension to visualize the database schema in ERD ( Entity Relationship Diagram ) from dbml or prisma file in your vscode.

Results 34 db-schema-visualizer issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A `*.dbml` file containing a gist index prevents a diagram generation. Re: https://dbml.dbdiagram.io/docs#index-settings **To Reproduce** Steps to reproduce the behavior: 1. Install latest `@dbml/cli` (v.3.9.5) ```sh npm...

**Issue: My models are in separate files from `schema.prisma`** I am using Prisma's new feature where we can separate models to different files for better organisation. When I open the...

This PR introduces support for split Prisma schemas by automatically merging .prisma files located within the schema directory. This enhancement improves the visualization of schemas in the graph, allowing for...

**Describe the bug** The Diagram preview zooms out when I scroll into the diagram, and in when I scroll out. **To Reproduce** Open the diagram, roll mouse wheel forward to...

Great work! Your VSCode DBML visualizer extension is actually more appealing visually than other extensions. Also you added a bit of interactivity: when hovering a field, it highlights its foreign...

Hi :wave: I'm the creator of [Azimutt](https://azimutt.app), a database exploration tool using [AML](https://azimutt.app/aml) for the design part (similar to dbdiagram/DBML) and finally took time to create a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=azimutt.vscode-aml)...

## Implementing the saving of the diagram as an image This issue is about saving of the diagram as an image in a file. ### The user flow To implement...

**Is your feature request related to a problem? Please describe.** VSCode provides an endless stream of syntax errors **Describe the solution you'd like** An inclusion of where the error is...

I believe the attached dbml is correct. Note the relationships, eg, customer/order. I believe it is rendered improperly - the many / one connectors are reversed from what I usually...

Hi, there! **Describe the bug** I had a `.dbml` file, I just installed the extension, clicked on `show preview` and there was only a single message `"No schema found"`, I...