I wonder if there are options to use an AQL-Query over several Databases?
Using pyArango I know you could write a script that iterates over all databases and executes the AQL, but natively, is that possible?
I wonder if there are options to use an AQL-Query over several Databases?
Using pyArango I know you could write a script that iterates over all databases and executes the AQL, but natively, is that possible?
No, this is not possible. By design, each database is isolated from the others. The documentation states the following: