2

I am working with PostgreSQL which is present in Azure. I want to implement API for PostgreSQL database with PostgREST API. Is it possible to do that?

Thanks in advance

RevanthOleti
  • 53
  • 2
  • 6
  • Why not using azure postgresql db rest api to manage your cloud database?https://learn.microsoft.com/en-us/rest/api/postgresql/ – Jay Gong Oct 21 '19 at 08:19
  • Ya we can use. But i want to use PostgREST API. But i cant find much resources on it. Thanks @JayGong – RevanthOleti Oct 21 '19 at 08:52

1 Answers1

1

I didn't find any direct evidences to prove your requirement from official document indeed as same as you, however I try to ask some experiences from this chat room.

enter image description here

It seems that someone else connects with Google Cloud PostgreSQL database successfully.

enter image description here

So I would suggest you trying to follow the tutorial to plug the correct credentials with Azure PostgreSQL db.

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Jay Gong
  • 23,163
  • 2
  • 27
  • 32