Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What can i use to create db scheme in eclipse?

Tags:

eclipse

I want to create db scheme in eclipse, but dont know what can i use for this. I try ERMaster http://ermaster.sourceforge.net/content/manual/en/index.html#3.1. . But it looks terrible. Can you tell me simple plug in for eclipse what can import db and show it's scheme?

like image 813
Kliver Max Avatar asked Dec 03 '12 09:12

Kliver Max


People also ask

How do I open a database in eclipse?

Select Window > Open Perspective > Other. Choose Database Development from the list. In the Data Source Explorer view, right-click the Databases folder and choose New. In the New Connection Profile dialog, choose SQL Model-JDBC Connection, and click Next.


2 Answers

ER-diagram-editor for eclipse

DB-schema-viewer for eclipse

Also this one isn't bad, but is not a plugin or extension for eclipse.

like image 120
Luca Davanzo Avatar answered Sep 21 '22 07:09

Luca Davanzo


Jailer isn't an Eclipse plug-in but it is great for visualizing database tables.

like image 21
Kai Avatar answered Sep 19 '22 07:09

Kai