MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/pgcli/config. See https://www.pgcli.com/config for more information.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  main = {
    smart_completion = true;
    vi = true;
  };

  "named queries".simple = "select * from abc where a is not Null";
}