3

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.

skaffman
  • 398,947
  • 96
  • 818
  • 769
bancer
  • 7,475
  • 7
  • 39
  • 58

2 Answers2

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