/ .sqls / config.json
config.json
 1  {
 2    "schema": "https://raw.githubusercontent.com/sqls-server/sqls/refs/heads/master/schema.json",
 3    "sqls": {
 4      "connections": [
 5        {
 6          "driver": "postgresql",
 7          "dataSourceName": "host=127.0.0.1 port=5432 user=mfarabi dbname=microvisor sslmode=disable"
 8        }
 9      ]
10    }
11  }