I'm studying Play!. I'm using the HSQLDB embedded inside the framewok. It works fine for my needs, but I need to connect to it using a SQL client.
I tried with Squirrel SQL but I could not connect. I need to "see" the db and to operate on it using SQL statements outside my app.
I'm using the in memory database.
Do you have any information on how to connect with a sql client to the HSQLDB embedded in Play! ?
I hope you can give me some help.