mirror of
https://github.com/danbulant/sql2csv
synced 2026-05-19 12:28:51 +00:00
8 lines
295 B
YAML
8 lines
295 B
YAML
showNames: true #show names of columns in first row, defaults to false
|
|
crlf: true #use windows crlf instead of linux lf, defaults to false
|
|
|
|
# Connection:
|
|
host: localhost #defaults to "localhost"
|
|
port: 3306 #defaults to 3306
|
|
username: root #defaults to "root"
|
|
password: #defaults to ""(nothing)
|