I would like to do ACID Transactions with ArangoDB. And I would like to send the transaction Code (nodejs-code) to the ArangoDB server where it will then be executed and hopefully commited or rolled back if it fails. But at the ArangoDB serverside I need the NPM Decimal module or called package installed.
How do install it, and how do I access that particular module from the transaction code within?
Greetings and thanks.