Development Based on libpq
libpq is a C application programming interface to openGauss. libpq contains a set of library functions that allow client programs to send query requests to the openGauss servers and obtain query results. It is also the underlying engine of other openGauss application interfaces. This section provides two examples to show how to write code using libpq.
Feedback