Updated on 2024-05-07 GMT+08:00

Development Process

The Go driver of the database complies with the rule of the Go language third-party library. You only need to import the driver to the application program and save the driver code in the directory specified by GOPATH.

Figure 1 Application development process based on Go

According to Figure 1, the Go driver application development process depends on the native SQL package of Go driver and the driver developed by GaussDB. The SQL package provides standard APIs that are used for the implementation of GaussDB for users.