SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

Multiple Databases

Open jahelo opened this issue 2 years ago • 7 comments

I really like the Idea and functionality so far. I would love to have the possibility to connect to multiple different databases and servers to gather data for displaying in my application. This would make it a lot easier to give some self service to less technical colleagues.

jahelo avatar Aug 22 '23 11:08 jahelo

Hi, and thank you for getting in touch ! This feature is definitely on the radar. For previous discussion about it and ideas of how to work with multiple databases on the current version of SQLPage, see https://github.com/lovasoa/SQLpage/discussions/48

lovasoa avatar Aug 22 '23 14:08 lovasoa

Thank you for your fast reply. I basically figured out the same by linking the servers. It is not sexy, but it works for my case!

jahelo avatar Aug 23 '23 07:08 jahelo

Let's keep this open, this is a feature I want to add to sqlpage at some point anyway :)

lovasoa avatar Aug 23 '23 07:08 lovasoa

Wouldn't using the "USE database_name" function solve the problem?

srcarvalho12 avatar Apr 11 '24 16:04 srcarvalho12

The easiest way to connect to multiple databases today is to open a connection from one database instance to another. More information on this discussion thread: https://github.com/lovasoa/SQLpage/discussions/48

lovasoa avatar Apr 13 '24 15:04 lovasoa