Hi,

I would like to make successive updates on a database using RESTXQ.
For example :
db:create(...) then db:add(...) on the newly created database.

But, it seems impossible to do it in the same query because of the order in which the functions are processed.

Is there a workaround for that without asking the user to send two requests manually ?
For example, if there could be a way to redirect to a new query or Restxq, or something like that.

Thanks !
Best regards,