Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse/MySQL integration plugins? [closed]

What plugins should I install in Eclipse to integrate MySQL into Eclipse so that I can, for example, create and modify tables inside Eclipse?

like image 278
Anand Avatar asked May 18 '09 03:05

Anand


1 Answers

You can use any plugin which allows editing database through JDBC. You will need the MySql JDBC driver (get it here).

There is the Eclipse own Data Tools Project (you can get it as part of the BIRT package).

Two popular plugins are DBViewer and Eclipse SQL Explorer, but there are a lot of other options. Most of these will work.

Personally, I admit, I prefer working with a native tool, I just don't like browsing the tables inside my IDE (I use Sequel Pro, which is Mac only).

like image 180
zvikico Avatar answered Sep 19 '22 21:09

zvikico