Bibliotecas de conexiones de Azure Database for PostgreSQL con un único servidorConnection libraries for Azure Database for PostgreSQL - Single Server
En este artículo se enumeran las bibliotecas y los controladores que pueden usar los desarrolladores para desarrollar aplicaciones con el fin de conectarse a Azure Database for PostgreSQL y realizar ahí consultas.This article lists libraries and drivers that developers can use to develop applications to connect to and query Azure Database for PostgreSQL.
Interfaces de clienteClient interfaces
La mayoría de las bibliotecas de cliente de lenguajes para conectarse al servidor PostgreSQL son proyectos externos y se distribuyen de manera independiente.Most language client libraries used to connect to PostgreSQL server are external projects and are distributed independently. Las bibliotecas indicadas son compatibles con las plataformas Windows, Linux y Mac para la conexión con Azure Database for PostgreSQL.The libraries listed are supported on the Windows, Linux, and Mac platforms, for connecting to Azure Database for PostgreSQL. Se muestran varios ejemplos de inicio rápido en la sección Pasos siguientes.Several quickstart examples are listed in the Next steps section.
LenguajeLanguage | Interfaz de clienteClient interface | Información adicionalAdditional information | DescargarDownload |
---|---|---|---|
PythonPython | psycopgpsycopg | Compatible con API 2.0 de BDDB API 2.0-compliant | DescargarDownload |
PHPPHP | php-pgsqlphp-pgsql | Extensión de base de datosDatabase extension | InstalaciónInstall |
Node.jsNode.js | Paquete de Pg npmPg npm package | Cliente sin bloqueo de JavaScript puroPure JavaScript non-blocking client | InstalaciónInstall |
JavaJava | JDBCJDBC | Controlador JDBC tipo 4Type 4 JDBC driver | DescargarDownload |
RubyRuby | Pg gemPg gem | Interfaz RubyRuby Interface | DescargarDownload |
GoGo | Package pqPackage pq | Controlador de Postgres de Go puroPure Go postgres driver | InstalaciónInstall |
C#/ .NETC#/ .NET | NpgsqlNpgsql | Proveedor de datos de ADO.NETADO.NET Data Provider | DescargarDownload |
ODBCODBC | psqlODBCpsqlODBC | Controlador ODBCODBC Driver | DescargarDownload |
CC | libpqlibpq | Interfaz de idioma C principalPrimary C language interface | Se incluyeIncluded |
C++C++ | libpqxxlibpqxx | Interfaz de C++ de nuevo estiloNew-style C++ interface | DescargarDownload |
Pasos siguientesNext steps
Lea estos tutoriales rápidos sobre cómo conectarse a Azure Database for PostgreSQL y realizar consultas ahí mediante el lenguaje de su elección:Read these quickstarts on how to connect to and query Azure Database for PostgreSQL by using your language of choice:
Python | Node.JS | Java | Ruby | PHP | .NET (C#) | GoPython | Node.JS | Java | Ruby | PHP | .NET (C#) | Go