vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

Support for multi-database connections

Open dacou-rca opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. I have a PostgreSQL connection containing multiple Postgres databases. I did not find a solution to show all the databases I have access to in SQLTools.

Describe the solution you'd like Add an options to "Show all databases"

Describe alternatives you've considered Right now I think I need to duplicate my connection for each database.

Additional context N/A

dacou-rca avatar Nov 20 '23 22:11 dacou-rca

Multiple databases, and schemas would be amazing. Currently autocomplete doesn't work for things such as SELECT * FROM <db>.<schema>.<table>.

Multiply avatar Jan 16 '24 15:01 Multiply