ORM Support for Azure Database for Postgresql - felxible server

Gumudavelli, Dheeraj /IN 0 Reputation points
2024-06-18T08:05:47.3+00:00

Do we have support to ORM using NodeJS for Azure Database for Postgresql - felxible server?

Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 14,201 Reputation points Microsoft Employee
    2024-06-21T04:50:42.6+00:00

    Hi Gumudavelli, Dheeraj /IN •,

    We have got the below reply from the internal team:

    ORMs are external libraries built and supported by their own creators and communities. 

    They usually are based on lower-level connectors and client drivers that are compatible with each database’s wire protocol, like libpq which is the C application programmer's interface to PostgreSQL

    As an example, a very popular NodeJS ORM like Sequelize is using pg package to connect to PostgreSQL instances.

    We are not shipping any official client driver for PostgreSQL, and don’t “support” or “endorse” any specific one, support for those libraries is provided by respected OSS communities.

    So, in essence, we welcome customers to use ORMs like Sequelize in NodeJS to connect to Flexible Server, but we will support it as an external application talking to our service.

    Thanks

    0 comments No comments