Skip to content

config properties database properties dialect

GitHub Action edited this page Sep 4, 2024 · 3 revisions

Version

v1.0.3

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