repositorypackage
1.3.0
Repository: https://github.com/michabub/go-driver.git
Documentation: pkg.go.dev
# README
ArangoDB GO Driver
This project contains the official Go driver for the ArangoDB database.
Supported Go Versions
Go 1.13 | Go 1.14 | |
---|---|---|
1.0.0 | ✓ | ✓ |
1.1.0 | ✓ | ✓ |
master | ✓ | ✓ |
Supported Versions
< ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | |
---|---|---|---|
1.0.0 | ✓ | ✓ | - |
1.1.0 | + | + | ✓ |
master | + | + | + |
Key:
✓
Exactly the same features in both driver and the ArangoDB version.+
Features included in driver may be not present in the ArangoDB API. Calls to the ArangoDB may results in unexpected responses (404).-
The ArangoDB has features which are not supported by driver.