Skip to content

config properties database properties dialect

GitHub Action edited this page Sep 2, 2025 · 21 revisions

Version

v2.1.2

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