Questions tagged [fuerte]

Use this tag if you pose a question about using the fuerte c++ library to work with an arangodb server.

fuerte is a low-level c++ communication library to connect to arangodb servers. https://github.com/arangodb/fuerte

1 questions
2
votes
2 answers

How to specify the database in an ArangoDb AQL query?

If have multiple databases defined on a particular ArangoDB server, how do I specify the database I'd like an AQL query to run against? Running the query through the REST endpoint that includes the db name (substituted into [DBNAME] below)…
Dave
  • 2,653
  • 4
  • 20
  • 22