[[Linux]]の場合は `~/.config/sqls/config.yml`。 ```yaml # 例 lowercaseKeywords: false connections: - alias: mysql-sample driver: mysql proto: tcp user: user passwd: password host: localhost port: 13306 dbName: mydb params: autocommit: "true" tls: skip-verify ``` > [!hint] `dataSourceName` の書き方 > [GitHub - sqls-server/sqls: SQL language server written in Go.](https://github.com/sqls-server/sqls?tab=readme-ov-file#workspace-configuration-sample)