I am using the MarkLogic Node Client API, and would like to DatabaseClient.eval() some code on every database on the cluster. But as far as I can tell (and unlike xdmp.eval() or /v1/eval) it is not possible to set the content database against which to eval the code.
Did I miss anything?
Extra points for setting the modules database :-)