最后活跃于 4 days ago

Configuración completa de ~/.pgclirc para pgcli 4.x con explicaciones de cada opción

pgclirc 原始文件
1# -*- conf -*-
2# ~/.config/pgcli/config (Linux)
3# Configuración completa de pgcli 4.5.0
4
5[main]
6smart_completion = True
7fuzzy_completion = True
8popup_color = Blue
9completion_menu_rows = 10
10table_format = psql
11multi_line = False
12vi = False
13editor = vim
14keyring = True
15row_limit = 1000
16less_chatty = False
17warn = True
18pager = less -SRXF
19timing = True
20syntax_style = monokai
21case_keywords = upper
22auto_vertical = True
23expanded = False
24history_limit = 5000
25
26[alias_dsn]
27local = postgresql://usuario@localhost:5432/mi_bd
28dev = postgresql://dev_user:password@dev-server:5432/dev_db
29prod = postgresql://admin@prod.empresa.com:5432/production?sslmode=require
30stats = postgresql://lector@localhost:5432/data_warehouse
31
32[colors]
33keyword = \\x1b[38;5;141m
34string = \\x1b[38;5;215m
35number = \\x1b[38;5;83m
36comment = \\x1b[38;5;244m
37punctuation = \\x1b[38;5;252m