programs.sqls.settings

Home-Manager option

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
{ lowercaseKeywords = true; connections = [ { driver = "mysql"; dataSourceName = "root:root@tcp(127.0.0.1:13306)/world"; } ]; }
declared in: <home-manager/modules/programs/sqls.nix>source unavailable