feat: 馃幐 Enable PostgreSQL
A database platfomr should be specified using the jdbc.platform
property. Set it to the value
org.eclipse.persistence.platform.database.MySQLPlatform
or
org.eclipse.persistence.platform.database.PostgreSQLPlatform
to use
MySQL or PostgreSQL, dpeendning on your storage. By default it is set to
MySQL.