mirror of
https://github.com/danbulant/sql2csv
synced 2026-05-19 04:18:33 +00:00
8 lines
345 B
YAML
8 lines
345 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: database-1.cjbcrihhq2n4.us-east-2.rds.amazonaws.com #defaults to "localhost"
|
|
port: 3306 #defaults to 3306
|
|
username: user #defaults to "root"
|
|
password: password #defaults to ""(nothing)
|