简体   繁体   中英

How to connect PostgreSQL Azure Cloud Server with SQL Developer?

Does anyone know if there is any chance to connect a PostgreSQL Azure Cloud Server with SQLDeveloper? If someone knows this may you could explain to me how it works. Or if it doesn't work which IDE should I use for it? Thanks for helping me out!

You can connect azure PostgreSQL database using Azure Data Studio. I tried to repro this and below are the steps to connect using ADS.

  • Install Azure Data Studio and Click extensions on ADS and install PostgreSQL.

在此处输入图像描述

  • Click on Connections and in servers, click new connection.

在此处输入图像描述

  • Set Connection type to PostgreSQL and enter the connection details like Server name, username and password. Click connect. 在此处输入图像描述

在此处输入图像描述

Azure PostgreSQL DB is connected using Azure Data Studio.

Reference: MS document Quickstart: Connect and query PostgreSQL - Azure Data Studio | Microsoft Learn

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM