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.
Asked
Active
Viewed 63 times
0
-
Perhaps something like SQL Squirrel: http://stackoverflow.com/a/4425160/193453 – Bryan Pendleton Oct 13 '14 at 13:38
-
1I got the solution..DbSchema is solution for everything..thanks for reply @BryanPendleton – Amar Agrawal Oct 14 '14 at 05:43
1 Answers
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