> If you are using Spring, you can init H2 using the jdbc:embedded-database
Many thanks vrotaru.
The project I'm working on, it's a kind of "pet project", so when I
work on my own I stay miles away from Spring :-)
I wonder how spring detects if the database is new, to run the script.
Btw the guy is asking about an in-memory database... and this is an
easier case to address.
BTW, since H2 is also targetted to platforms like android, having this
feature may be useful for those who can't (or don't want to) use
external libraries like spring.
Thanks again.
Luigi.