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.
Asked
Active
Viewed 3,552 times
2 Answers
1
Check Quantum plugin for Eclipse. Is a friendly interface to manipulate databases.
Another option is Eclipse SQL Explorer.

JuanZe
- 8,007
- 44
- 58
0
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...

rascio
- 8,968
- 19
- 68
- 108