How connect DBeaver in localhost database?
How connect DBeaver in localhost database?
I love DBeaver and i can connect in my production database but i cant connect in localhost database, always i try connect the firebase emulator give an generic error and crash.
I can use the firebase dataconnect:sql:shell but is not so good like DBeaver
-
Anthony Bobenrieth commented
Victor Sanches Pergher
I am saying that dataconnect:sql:shell connect to the production instance, not the the emulator (for me at least). -
Bryan Perry commented
Use this connection URL to disable SSL when connecting to the emulator: jdbc:postgresql://127.0.0.1:5432/public?sslmode=disable
-
Victor Sanches Pergher commented
Anthony Bobenrieth
I dont understand, you want connect in production with dataconnect:sql:shell?
If you want use the production database the DBeaver works fine, like any other postgres database hosted in GCP -
Anthony Bobenrieth commented
I desperatly need this too.
Btw dataconnect:sql:shell isnt connecting to the local emulator but to the production for me.