(I\'ve already seen the H2 database In memory - Init schema via Spring/Hibernate question; it is not applicable here.)
I\'d like to know if there\'s a setting in H2
If you are using spring with application.yml the following will work for you
spring: datasource: url: jdbc:h2:mem:mydb;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;INIT=CREATE SCHEMA IF NOT EXISTS calendar