Is there any option to execute a script on database creation ? Like the INIT=... option, but not to be executed a each connection.
I need this for the case of an in-memory database to create the tables/ sequences before first use, used behind a connection pool. I have locally patched the h2 sources to get this option, waiting for an official solution. Thanks, Olivier -- 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.
