mirror of
https://github.com/danbulant/sql2csv
synced 2026-06-19 06:21:25 +00:00
Add config information
This commit is contained in:
parent
9fbc5e06ba
commit
c9692d3da0
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Convert MySQL SELECT to CSV format
|
Convert MySQL SELECT to CSV format
|
||||||
|
|
||||||
|
## Config
|
||||||
|
|
||||||
|
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.
|
||||||
## Folders
|
## Folders
|
||||||
|
|
||||||
### Input
|
### Input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue