azurepostgrest

Can we use PostgREST API with Azure


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


Solution

  • 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