We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This code is equivalent to /initialize.xqy endpoint. How to initialize XQuerrail application from QConsole execute:
xquery version "1.0-ml"; import module namespace app = "http://xquerrail.com/application" at "/main/node_modules/xquerrail2.framework/dist/_framework/application.xqy"; import module namespace config = "http://xquerrail.com/config" at "/main/node_modules/xquerrail2.framework/dist/_framework/config.xqy"; declare variable $APP := (); config:refresh-app-cache($APP)