Hi I am making an application which will use an in-memory database, and I want to initialize the db with some predefined schema and data, possibly stored as a .sql file in my project.
My problem is that I want to create this predefined schema and data using some visual tool, which reflects on the db template file. The H2 web interface doesn't really allow me to do anything, export or import. Are there any tools that allow me work with a template db in a easy manner? What is the best way to do this? I can't imagine people going around exporting and importing their .sql files in order to manipulate it's schema or data? -- 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.
