erd-editor icon indicating copy to clipboard operation
erd-editor copied to clipboard

Entity-Relationship Diagram Editor

Results 59 erd-editor issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm not sure if this is actually a BUG or rather a missing feature, but exporting SQL in postreSQL format works, while importing is not working, adding...

bug

**Describe the bug** I imported our production Postgres DDL to test out. It seems to fail to read in ALL foreign key relationships. On closer examination, the tool seems to...

bug

I thought there might be an option to create groups, simply to keep a better order, especially for large monolithic structures where there are dozens of tables, for example, one...

enhancement

Thank you for an amazing tool, it's very neat! Pls consider to display relationships between primary and foreign keys on the column level.

enhancement

**Is your feature request related to a problem? Please describe.** It can be difficult to view relationships as the number of tables and relationships increases. **Describe the solution you'd like**...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Right click 2. Select import 3. Select Schema Sql...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] => I installed your...

enhancement

### **Is your feature request related to a problem? Please describe.** Yes. I often use ERD (Entity Relationship Diagram) tools to model data structures visually, but I get frustrated when...

enhancement

In PostgreSQL, I created a constraint (a composite alternate key): `CREATE UNIQUE INDEX i_1ON sp_region (code ASC, name ASC);` For table: ``` CREATE TABLE sp_region ( id serial NOT NULL,...

enhancement

"In the table creation script, if the content within the COMMENT='XXX' string includes parentheses ('()'), VS Code cannot interpret it." EX) COMMENT='(test)bug here!!' **SQL DDL FILE** ![Image](https://github.com/user-attachments/assets/604752da-2383-4589-b1c9-9be9efd02680) **Database > MariaDB...

bug