mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-22 15:41:35 +03:00
3180334c0c
* refactor: partially moved over driver.Tuning params to options * All knobs moved to options * sq config edit: now has comments for options * Major work complete on config/options overhaul * Major work complete on config/options overhaul * Updated help text for 'sq version'
25 lines
552 B
YAML
25 lines
552 B
YAML
config.version: v0.34.0
|
|
options:
|
|
format: json
|
|
header: true
|
|
ping.timeout: 1m40s
|
|
shell-completion.timeout: 500ms
|
|
collection:
|
|
active.source: "@prod/pg"
|
|
active.group: prod
|
|
scratch: ""
|
|
sources:
|
|
- handle: "@prod/pg"
|
|
driver: postgres
|
|
location: postgres://sakila:p_ssW0rd@localhost/sakila
|
|
- handle: "@csv"
|
|
driver: csv
|
|
location: /Users/neilotoole/sq/person.csv
|
|
options:
|
|
ingest.header: true
|
|
- handle: "@xlsx"
|
|
driver: xlsx
|
|
location: /Users/neilotoole/sq/xl_demo.xlsx
|
|
options:
|
|
ingest.header: false
|