Official Go language binding for Kùzu. Kùzu an embeddable property graph database management system built for query speed and scalability. For more information, please visit the Kùzu GitHub repository or the Kùzu website.
go get github.com/kuzudb/go-kuzu
An example project is available in the example directory.
To run the example project, you can use the following command:
cd example
go run main.go
The full documentation is available at pkg.go.dev.
To run the tests, you can use the following command:
go test -v
We welcome contributions to go-kuzu. By contributing to go-kuzu, you agree that your contributions will be licensed under the MIT License. Please read the contributing guide for more information.