I maintain an almost exhaustive list of text to diagram tools [1]. dbdiagram.io requires login to export. Other dedicated text to database diagram tools are 1. Database Diagram Tool https://databasediagram.com/app 2. QuickDBD https://app.quickdatabasediagrams.com/#/ 3. ERD Lab https://app.erdlab.io/designer/guest (Requires Login to Export) [1]: https://xosh.org/text-to-diagram/
Is there a tool that can connect to a db and generate its own diagram?
Found a simple tool for database modeling: dbdiagram.io
61–70 of 76 posts
Re: Found a simple tool for database modeling: dbdiagram.io
#62I maintain an almost exhaustive list of text to diagram tools [1]. dbdiagram.io requires login to export. Other dedicated text to database diagram tools are 1. Database Diagram Tool https://databasediagram.com/app 2. QuickDBD https://app.quickdatabasediagrams.com/#/ 3. ERD Lab https://app.erdlab.io/designer/guest (Requires Login to Export) [1]: https://xosh.org/text-to-diagram/
Is there a tool that can connect to a db and generate its own diagram?
[1]: https://chartdb.io/ [2]: https://github.com/chartdb/chartdb
Re: Found a simple tool for database modeling: dbdiagram.io
#63Re: Found a simple tool for database modeling: dbdiagram.io
#64It gets even better with elk layout - just prepend this frontmatter snippet to mermerd’s output:
---
config:
layout: elk
---
[1]: https://github.com/KarnerTh/mermerdRe: Found a simple tool for database modeling: dbdiagram.io
#65I maintain an almost exhaustive list of text to diagram tools [1]. dbdiagram.io requires login to export. Other dedicated text to database diagram tools are 1. Database Diagram Tool https://databasediagram.com/app 2. QuickDBD https://app.quickdatabasediagrams.com/#/ 3. ERD Lab https://app.erdlab.io/designer/guest (Requires Login to Export) [1]: https://xosh.org/text-to-diagram/
Is there a tool that can connect to a db and generate its own diagram?
Re: Found a simple tool for database modeling: dbdiagram.io
#66Earlier quoted context omitted.
I had the opposite problem, was given SQL ddl with near 1000 tables and hundreds of constraints, and had to produce the schema map. Ran the ddl and connected it to yEd, and hey presto, schema map!
The truth is that if you are modeling a relationship set of 1000 tables you probably cant usefully show that to someone - you can produce an image but nobody can likely use it. Instead, consider breaking things down to functional areas and then modeling those - just like how most city thinking is "well get on this main road and then this secondary road will get me to XYZ"
Re: Found a simple tool for database modeling: dbdiagram.io
#67Re: Found a simple tool for database modeling: dbdiagram.io
#68In case it's useful to anyone in here, I wrote a little app at erdraw.com which is specifically designed to be a way to draw a data model in the notation of "Mastering Data Modeling" by Professor John Carlis. It serves somewhat different goals than these other tools. It prioritizes user understandability to be useful in conversations non-engineers. So it excludes technical details like data types and SQL.
Re: Found a simple tool for database modeling: dbdiagram.io
#69I maintain an almost exhaustive list of text to diagram tools [1]. dbdiagram.io requires login to export. Other dedicated text to database diagram tools are 1. Database Diagram Tool https://databasediagram.com/app 2. QuickDBD https://app.quickdatabasediagrams.com/#/ 3. ERD Lab https://app.erdlab.io/designer/guest (Requires Login to Export) [1]: https://xosh.org/text-to-diagram/
Is there a tool that can connect to a db and generate its own diagram?
Re: Found a simple tool for database modeling: dbdiagram.io
#70Earlier quoted context omitted.
Is there a tool that can connect to a db and generate its own diagram?
Jet brains DataGrip is great for this. Compared to pgadmin an dbeaver. The DataGrip visualization options are so good that I grabbed a subscription.