User-friendly tool to edit databases in Eclipse

3.5k Views Asked by At

Is there any tool in Eclipse comparable with phpMyAdmin? The project is in Java and I want to use H2 database. I have installed DTP but it is not as much user-friendly as phpMyAdmin. I did not find the way to create a table without typing sql query.

2

There are 2 best solutions below

0
On

you can use squirrel or dbvisualizer. both are two software that use the jdbc to connect on a database, and for dbvisualizer should be an eclipse plugin...

0
On

Check Quantum plugin for Eclipse. Is a friendly interface to manipulate databases.

Another option is Eclipse SQL Explorer.