C++ Driver

23 views
Skip to first unread message

Tom William

unread,
Jan 6, 2020, 11:35:17 PM1/6/20
to ArangoDB
Hi,
I see that this database is done by C++, but I could not find C++ driver?
Can I use C++ with this database? if  yes, How?

Thanks,

Wilfried Gösgens

unread,
Jan 7, 2020, 4:15:01 AM1/7/20
to ArangoDB
Hi,
the base c++ driver is fuerte ( https://github.com/arangodb/fuerte ) - it provides the transports, be it VelocyStream or HTTP.

The required APIs can be implemented on top of that - see https://www.arangodb.com/docs/stable/http/ for a list of the endpoints and their functions, or use the swagger ui in the webinterface.

An example usage pattern can be browsed in the arangosh v8 javascript client connection:


Actual usages of these javascript functions can be found here:


Interactive discussions about how to work with the API can probably better be done in our community slack in #driverdev

Cheers,
Willi
Reply all
Reply to author
Forward
0 new messages