vscode-database-client
vscode-database-client copied to clipboard
[Question] Custom terminal command
How use it?
when i put chcp 1251 client not initialize connect to db
how get
chcp 1251 && set "PGPASSWORD=pass" && "C:\Users\User\.dbclient\dependency\postgresql\psql.exe" -U user -h 127.0.0.1 -p 11750 -d db ?