Tash (ট্যাঁশ) an Open Source C++ library for ArangoDB and AQL
I am working on Tash which is an Open Source C++ library for ArangoDB Database which includes APIs for HTTP based document access and a query builder for AQL (Arango Query Language). These are a few example usages.
1 | std::string name = "Hijibijbij"; |
The above generates an equivalent AQL and execute it over the arangodb connection