I'm just evaluating the H2 database... I downloaded and unpacked the installation and connect to a database at jdbc:h2:file:/home/konrad/test
. /home/konrad
is my home dir, test
does not exist (I expect H2 to create it).
The console seems to work OK. I created a table and inserted a row to it. Even if I disconnect and reconnect the console, I can see and query the table.
However, I don't see the file I expected. Where is it?