go-driver
go-driver copied to clipboard
The official ArangoDB go driver.
This reverts commit 756f3a4d4496b3d5c04b6777a9552ae5893ac1a0.
I am currently using the json schema but it does not support binary types so I found I could use velocypack however I can't find any examples of how to...
I am missing a method to set an existing cursor ID and get the next batch of results. I know `cursor.ReadDocument()` deals with the cursor automatically, but I'd like to...
This commit fixes issue described in PR #291
In cases where the Document returned by ReadDocument is small (
Just add the ability to rename a collection
I happened to notice this when A) receiving the message, and B) investigating the code path while looking into graph-aware ReadDocument performance. run-tests passes.