From 1fa460294fe2d2f9fa5851e6b7bbebf97e61e7bd Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 28 Sep 2019 17:16:02 +0200 Subject: [PATCH] Table of config.yml --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 29a323e..c598f64 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ Convert MySQL SELECT to CSV format Configuration is made through config.yml. Althrough the extension is yml, parser is implemented inside of the script and is only capable of reading string in format `key: value`. Both key and value are trimmed, passwords with space at end won't work. + +Bellow is a table containing information about configuration. An example can be found in config.yml. + + +| Key name | Default value | Description | +|-----------|---------------|---------------------------------| +| host | localhost | Host to connect to | +| port | 3306 | Port to use | +| username | root | Username for connection | +| password | | Password for given user | +| showNames | false | Show table names in first row | +| crlf | false | Use crlf (windows) line endings | + + ## Folders ### Input