mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-19 14:11:45 +03:00
5e31da4644
* Refactor config and options.
27 lines
547 B
YAML
27 lines
547 B
YAML
version: v0.33.0
|
|
defaults:
|
|
output_format: json
|
|
output_header: true
|
|
ping_timeout: 100s
|
|
shell_completion_timeout: 500ms
|
|
sources:
|
|
active: "@prod/pg"
|
|
active_group: prod
|
|
scratch: ""
|
|
items:
|
|
- handle: '@prod/pg'
|
|
type: postgres
|
|
location: postgres://sakila:p_ssW0rd@localhost/sakila
|
|
- handle: "@csv"
|
|
type: csv
|
|
location: /Users/neilotoole/sq/person.csv
|
|
options:
|
|
header:
|
|
- "true"
|
|
- handle: "@xlsx"
|
|
type: xlsx
|
|
location: /Users/neilotoole/sq/xl_demo.xlsx
|
|
options:
|
|
header:
|
|
- "false"
|