Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a Good Database ERD Tool for Linux? [closed]

Tags:

linux

ubuntu

erd

I've recently switched to Linux on my work machine and, new to the Linux desktop environment, I'd like to find a decent ERD tool for database design. Booting back into my Windows partition every time I need to create a diagram is going to get unpleasant quickly. I looked at Dia, but didn't see any DB tools - only UML, networking, etc.

Anyone have any recommendations? For what it's worth, I'm using Ubuntu (Hardy Heron).

Thanks.

like image 230
Rob Wilkerson Avatar asked Aug 18 '08 00:08

Rob Wilkerson


People also ask

Which programs contains an ERD tool that you can use to create an ERD for an existing database?

Navicat. Navicat comes as an offline ERD tool for Windows, Linux, and Mac OS. This ERD modeling tool also supports many major DBMSs like MySQL, SQL Server, Oracle, MariaDB, etc. Navicat provides you with three standard notations and with many other automated features to draw your conceptual to physical ER diagrams.

What tool do database designers use?

#1) Visual Paradigm ERD Tools This is the top-most Database Design tool that helps in designing of the database by following a powerful approach of Entity Relationship Diagram Tools (ERD). ERD is the baseline of any database.

Can we make an ER diagram for MongoDB database?

To create an ER diagram, you need entities (collections) and relationships. Dataedo discovered entities and their fields. It is a bit more complicated (as always) with the relationships. MongoDB is not a relational database, it is a document store, so traditional ER modeling does not apply.


1 Answers

MySQL just officially released the alpha of "MySQL Workbech for linux":

See the announcement here: MySQL Workbench 5.1 Alpha for Linux available.

like image 85
levhita Avatar answered Sep 25 '22 12:09

levhita