DEV Community

tongxi
tongxi

Posted on • Updated on

openGauss APIs

You can use standard database APIs, such as ODBC and JDBC, to develop openGauss-based applications.

Supported APIS
Each application is an independent openGauss development project. APIs alleviate applications from directly operating in databases, and enhance the database portability, extensibility, and maintainability. Table 1 lists the APIs supported by openGauss and the download addresses.

Table 1 Database APIs

API

How to Obtain

ODBC

Linux:
Driver: openGauss-x.x-ODBC.tar.gz

unixODBC source code package: http://sourceforge.net/projects/unixodbc/files/unixODBC/2.3.0/unixODBC-2.3.0.tar.gz/download

JDBC

Driver: openGauss-x.x-EULER-64bit-Jdbc.tar.gz
Driver: org.postgresql.Driver
You can use JDBC and ODBC to connect to the database. Therefore, you need to configure a remote connection in openGauss.

For details about more APIs, see Application Development Guide.

Top comments (0)