Updated on 2025-07-15 GMT+08:00

Development Based on libpq

libpq is a C API of GaussDB. libpq contains a set of library functions that allow client programs to send query requests to GaussDB servers and obtain query results. It is also the underlying engine of other GaussDB APIs, such as ODBC. This section provides two examples to show how to write code using libpq.