Reputation: 263
I use Derby
as my java game desktop database. My database save inside the project folder. Now I am having troubled in viewing my tables. Is there a way to view database inside the eclipse
project folder?
Upvotes: 0
Views: 293
Reputation: 438
You can use some third party software to view the tables. SquirrelSQL for example is tool which enables to view the database content.
Upvotes: 0
Reputation: 8197
How about adding the Derby-plugins
to your ide, you can find it here.
Also a similar one here How to browse a derby memory database with Eclipse Datasource Explorer?.
But , i personally find this tutorial useful . Also have a look at this.
Upvotes: 1