Skip to content

feat: 馃幐 Enable PostgreSQL

Dominik Franti拧ek Bu膷铆k requested to merge github/fork/dBucik/pssql into master

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.

Merge request reports