0

I am using Netbeans and a embedded Derby database in a small Java project.

I would like to see the structure and data of the database as when I use PgAdmin or DataGrip with PostgreSQL databases.

It is my first time using and embedded database so I am not sure if it is possible.

I tried to connect using DataGrip but it ask for a path.

DataGrip ask for a path.

Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
  • Since it's your first time working with Derby, start by working through the Derby tutorials: http://db.apache.org/derby/docs/10.13/getstart/index.html – Bryan Pendleton May 01 '17 at 17:35

1 Answers1

0

I found the path: NetBeansProjects/myProject/databaseName

Then click the button to download the driver if it wasn't downloaded before.

And then the connection can be tested with the Test Connection button.

Roby Sottini
  • 2,117
  • 6
  • 48
  • 88