Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
/ go-kuzu Public

Go language binding for Kùzu graph database management system

License

Notifications You must be signed in to change notification settings

kuzudb/go-kuzu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-kuzu

Go Reference CI Go Report Card License

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.

Installation

go get github.com/kuzudb/go-kuzu

Get started

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

Docs

The full documentation is available at pkg.go.dev.

Tests

To run the tests, you can use the following command:

go test -v

Contributing

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.