Prerequisites
🚀 Feature Proposal
Remove the requirement to specify a database name to save a connection to allow to manage multiple databases in a single server without having to add a connection for each db.
Motivation
managing data across multiple databases and becomes cumbersome when there are a dozen dbs in the same server and we have to create a connection for each.
Example
No response