I'm a Site Reliability Engineer and I use squix as my primary database client.
However, sometimes it would be really nice to just get a proper psql or mysql repl. Especially when I need to do a bunch of maintenance commands in a row as I don't want to put them all in one script since I need to check they all complete correctly before moving on (because it's production).
For that use case the SQL editor is a bit cumbersome so it would be nice if either squix could have it's own "repl/shell mode" or if it could simple spawn the appropriate CLI client for me using the saved connection information.
If you express which direction you would prefer I'd be happy to send a PR for this feature.
I'm a Site Reliability Engineer and I use squix as my primary database client.
However, sometimes it would be really nice to just get a proper
psqlormysqlrepl. Especially when I need to do a bunch of maintenance commands in a row as I don't want to put them all in one script since I need to check they all complete correctly before moving on (because it's production).For that use case the SQL editor is a bit cumbersome so it would be nice if either squix could have it's own "repl/shell mode" or if it could simple spawn the appropriate CLI client for me using the saved connection information.
If you express which direction you would prefer I'd be happy to send a PR for this feature.