My Foxx app uses db_executeTransaction. I've upgraded from 3.10 to 3.12 and decided to move to transaction streams to be future proof. However, ArangoDB claims that db._createTransaction is not a function. I looked through the code in /usr/share/arangodb3/server/modules/@arangodb/... but I could not find the definition of this function. However, _executeTransaction does exist.
Does this deprecation relate to Foxx apps or not?