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:

https://github.com/arangodb/arangodb/blob/devel/arangosh/Shell/V8ClientConnection.cpp

Actual usages of these javascript functions can be found here:

https://github.com/arangodb/arangodb/blob/devel/js/client/bootstrap/modules/internal.js

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

Cheers, 
Willi

On Tuesday, January 7, 2020 at 5:35:17 AM UTC+1, Tom William wrote:
>
> 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,
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/arangodb/15d1b251-cb24-4769-b74e-d024bf7758fa%40googlegroups.com.

Reply via email to