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

  • Windows:

    Driver: GaussDB-Kernel-VxxxRxxxCxx-Windows-Odbc.tar.gz

JDBC

  • Driver: GaussDB-Kernel-VxxxRxxxCxx-xxxxx-64bit-Jdbc.tar.gz
  • Driver: org.postgresql.Driver

For details about more APIs, see Application Development Guide.