Skip to content

config properties database properties dialect

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.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