Updated on 2023-10-23 GMT+08:00

APIs

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

Supported APIs

Each application is an independent GaussDB 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 GaussDB and the download addresses.

Table 1 Database APIs

API

How to Obtain

ODBC

JDBC

  • Driver: GaussDB-Kernel_VxxxRxxxCxx.x-xxxxx-64bit-Jdbc.tar.gz
  • Driver class: org.postgresql.Driver

For details about more APIs, see Application Development Guide.