Hi there,
I know that .xqm script are installed directly on the filesystem (compared to Exist where the scripts are stored directly within the database).
Is there some way to install RESTXQ through some (HTTP) API on the filesystem?
Background of my question: I want to deploy RESTXQ script to a pre-installed BaseX server where I not necessarily have access to over HTTP. In Exist-DB I can directly upload the scripts over WebDAV (which is very convenient) ...now looking into a similar option in order for BaseX in order keep the deployment of applications as easy as possible ("one click" installation).
Andreas