Skip to content

config properties database properties dialect

GitHub Action edited this page Nov 5, 2024 · 6 revisions

Version

v1.2.0

dialect Type

string

dialect Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"postgres"
"mysql"
"mariadb"
"cockroach"

dialect Default Value

The default value is:

"postgres"
Clone this wiki locally