sql-studio icon indicating copy to clipboard operation
sql-studio copied to clipboard

sql-studio shouldn't require a password for clickhouse and postgres

Open zoechi opened this issue 8 months ago • 0 comments

I tried to connect to freshly installed clickhouse and postgres for a development environment but sql-studio shouts at me that the password is missing.
With clickhouse-client and psql I can connect without a password just fine.

I also was not able to connect using unix sockets with sql-studio. I haven't looked into the code, but with Postgres I think sql-studio shouldn't try to parse the connection string, but just pass it forward.

With Clickhouse I don't have any experience how connection works.

zoechi avatar Apr 29 '25 13:04 zoechi