Show HN: Private, text to entity-relationship diagram tool
11–20 of 87 posts
Re: Show HN: Private, text to entity-relationship diagram tool
#12We've been using https://dbdiagram.io/ , which also has an open-source markup language: https://github.com/holistics/dbml
Edit: Damn, it really look like they were copying dbdiagram.io, down to the FK relationship syntax. Not cool.
Re: Show HN: Private, text to entity-relationship diagram tool
#13We've been using https://dbdiagram.io/ , which also has an open-source markup language: https://github.com/holistics/dbml
Re: Show HN: Private, text to entity-relationship diagram tool
#14We've been using https://dbdiagram.io/ , which also has an open-source markup language: https://github.com/holistics/dbml
Every engineer I know have been using DBML for a while. Did they fail their market research ? Edit: Damn, it really look like they were copying dbdiagram.io, down to the FK relationship syntax. Not cool.
Re: Show HN: Private, text to entity-relationship diagram tool
#15Many of these online tools reasonably rely on human input to place tables/nodes. Do any of these recommended tools do a decent job of smartly laying out the final diagram?
Re: Show HN: Private, text to entity-relationship diagram tool
#16We've been using https://dbdiagram.io/ , which also has an open-source markup language: https://github.com/holistics/dbml
Re: Show HN: Private, text to entity-relationship diagram tool
#17neato! anyone interested in a collab on a more generic natural language graph making tool (think GoJS powered by LLM to make SysML diagrams etc). Demo of api here, I cant do front end, it is a weakness… https://grapher.baselines.cloud/ hit me up on linkedin: /in/thenatefisher
Each complained "{"detail":"AttributeError(\"'str' object has no attribute 'copy'\")","error":"PERM_SRV_ERR"}"
Re: Show HN: Private, text to entity-relationship diagram tool
#18Thanks! I was writing a FastAPI/SQLAlchemy+SQLModel/Rocketry app this week and dreaded documenting my model relationships. That said, I see a few SQLAlchemy extensions and Pydantic→Mermaid projects that can probably be used in my case, and that was the route I was initially planning on going down despite none of them being aesthetically pleasing. Many of these online tools reasonably rely on human input to place tabl…
Re: Show HN: Private, text to entity-relationship diagram tool
#19We've been using https://dbdiagram.io/ , which also has an open-source markup language: https://github.com/holistics/dbml
Re: Show HN: Private, text to entity-relationship diagram tool
#20Is there a solution that has direct, bi-directional integration with Postgres/MySQL. For example, execute DDL from the diagram or point to an existing db and output the diagram text?