mirror of
https://github.com/danbulant/sql2csv
synced 2026-06-17 13:31:27 +00:00
Table of config.yml
This commit is contained in:
parent
c9692d3da0
commit
1fa460294f
1 changed files with 14 additions and 0 deletions
14
README.md
14
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`.
|
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.
|
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
|
## Folders
|
||||||
|
|
||||||
### Input
|
### Input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue