Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.sqls.enable

Whether to enable sqls, a SQL language server written in Go.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.sqls.package

The sqls package to use.

Type: null or package

Default:

pkgs.sqls

Declared by:

programs.sqls.settings

Configuration written to $XDG_CONFIG_HOME/sqls/config.yml. See https://github.com/lighttiger2505/sqls#db-configuration for supported values.

Type: YAML 1.1 value

Default:

{ }

Example:

{
  connections = [
    {
      dataSourceName = "root:root@tcp(127.0.0.1:13306)/world";
      driver = "mysql";
    }
  ];
  lowercaseKeywords = true;
}

Declared by: