go-driver
go-driver copied to clipboard
The official ArangoDB go driver.
Currently, the package exposes the `driver.IsConflict` function, which allows us to check whether conflict occurs, but the only way to check which field caused that error is to parse the...
Hi, I just realize that querying ArangoDB is limited to 1,000 records. How may I change it to 'unlimited'? Thanks. Charly
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Hello, I'm trying to create several arangodb users using the api. Sometimes, I have the error : HTTP Error: user not found The user is actually created but I cannot...
In v1 arangodb client we had this function "WithQueryForceOneShardAttributeValue" to set the value of ForceOneShardAttribute . In v2 version of the client we dont have this function . Need help...
- add deffer cleanup methods to drop databases created during the respective tests - add deffer cleanup methods to delete users created during the respective tests - increase the timeout...