0

Is there any tools through which we can see the designer view of the database in derby. I want to see the the complete structure of the database like in phpmyadmin we can see using Designer View.

Amar Agrawal
  • 141
  • 13

1 Answers1

0

Something had asked similar question.

See use derby ij against an existing database

if you are a user of RAD and intelliJ Idea, they provide plugins to view the data. For IBM RAD, use the perspective Database Explorer.

g5thomas
  • 315
  • 1
  • 4
  • 14