On this fine blog it says that in dbconsole I should be able to see little icons on the left for my tables like how he sees “BOOK”. http://www.redtoad.ca/ataylor/2011/11/h2-database-console-in-grails-2/
I’m using STS and grails 2.0, and I make an application with several domain classes (I can go to the controllers and see lists and stuff), but the dbconsole doesn’t show any domain classes. Just goes straight into INFORMATION_SCHEMA.
Where are my domain classes? I can see lists and use .findBy and stuff!!
You need to change the URL to what it says in your DataSource.groovy
URL should be changed in this initial screen.