Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
driver
✓ github.com/arangodb/go-driver
Connect to ArangoDB
package main
import (
"context"
"fmt"
"github.com/arangodb/go-driver"
)
func main() {
conn, _ := driver.NewConnection(driver.ConnectionConfig{})
client, _ := driver.NewClient(driver.ClientConfig{Connection: conn})
db, _ := client.Database(context.Background(), "_system")
fmt.Println(db)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.6.9latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.