fuerte icon indicating copy to clipboard operation
fuerte copied to clipboard

Low Level C++ Driver for ArangoDB

Results 7 fuerte issues
Sort by recently updated
recently updated
newest added

First, I make and install velocypack without errors Next I call build-release in this project Libraries created ok, but was problem with executables It seems that text after "first defined...

If I specify a particular database in the endpoint for fuerte::createRequest(...) using the leading prefix '/_db/[DBNAME]' before the '/_api/[rest-of-endpoint-subpath]' part, the response to the request will fail, and complain about...

Was trying to build arangodb 3.7 on Ubuntu 16.04 from source but was getting errors when it attempts to build fuerte. Thought maybe it was something to do with libboost....

On systems with velocypack installed in a non-default location, the include directory for velocypack as detected by the `FindVelocypack.cmake` module was not added to the include path for the `fuerte`...

velocypack needs to be installed on the target system it should be added to the repository or mentioned in the install instructions.

This is a problem because you force a certain boost version on the user. There are many projects (like ArangoDB itself) that want to keep control over the version used....