Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tool other than ij to look into a local derby database (folder)?

I'm using Derby ij to look into my local Apache Derby database. It's just a folder and I connect to it like this:

 connect 'jdbc:derby:C:\Users\Torben\MyDatabase' USER 'me' PASSWORD 'secret';

It works, but I don't really like to look into the database in the console. Is there another tool for this? The best would be something with a GUI.

like image 367
Torben Avatar asked Dec 13 '10 00:12

Torben


1 Answers

Squirrel SQL can connect to an Apache Derby database. Getting Started using the SQuirreL SQL Client

like image 188
Bryan Pendleton Avatar answered Oct 12 '22 10:10

Bryan Pendleton