SyntaxFix
Write A Post
Hire A Developer
Questions
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