Hi,

> The ability to auto-create schema (based on connection string) for in-
> memory mode would be very helpful..

Just creating the schema may solve your specific problem, however I
don't want to add it, because it sounds like a hack. I will add a
feature request for the following feature:

If the database URL ends with ";INIT=<url>" then the SQL script from
the given file or URL is executed (the user name must have admin
rights). Example URL: jdbc:h2:mem:test;INIT=~/init.sql

That would allow to create schemas, tables, and data.

However, I will not have time to implement this feature currently.
Patches are always welcome of course!

Regards,
Thomas

--

You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.


Reply via email to