The Ultipa Go driver is the official library to interact with Ultipa graph databases through a Go application.
Supported Go Versions
The Ultipa Go driver requires Go 1.13 or higher.
Installing the Driver
To get started, create a local Go module project and add the latest Ultipa Go driver to your dependencies using the following command:
go get github.com/ultipa/ultipa-go-driver/v5@latest
Make sure your project is initialized with
go mod init
before running the above commands.