Problem:
No built-in sync for DB configs/queries between local dirs and SSH servers (or between SSH hosts). Manual transfers are tedious.
Solution:
Add Database: SSH Sync command:
Bidirectional sync with local folder or another SSH.
UI panel for status/logs; filters for JSON configs.
Leverage existing SSH tunneling.
Alternatives:
scp/rsync – error-prone, non-integrated.
Context:
For remote devs: Sync connections across envs (e.g., local tweaks to team server). Use Node.js ssh2 for impl.
Labels: enhancement, feature-request.