I am trying MySql Workbench, Navicat etc. time to time ... and quick come back to Valentina!
So ... short question
I am using bash skript with commands
vstudio.exe -open_connection "postgresql://host ....
But, I need open 2 windows with different connection
When I am using this example
vstudio.exe -open_connection "postgresql://host .. 1 .. " \
vstudio.exe -open_connection "postgresql://host .. 2 .. " \
Its open only first DB in Valentina Studio - not second
I am using Git Bash for direct run bash script in Win 10 ... the script contain open some folders in Explorer, Chrome etc and I need open 2 Valentina Studio with differant DB (connection) ...
Is it possible?