| Skip the serialization of XQuery results. This flag may be useful for analyzing query plans.
|
|}
==BaseX REST==
;Launch the JAX-RX server
:<code>
> basexrest
</code>
Available command-line options can be listed with the <code>-h</code> flag:
:<code>
> basex -h
</code>
<pre>
Usage: JaxRxServer [-pPrsUz]
-p<num> Set database server port
-P<pass> Specify user password
-r<num> Set REST server port
-s<pars> Set serialization parameter(s)
-U<name> Specify user name
-z Suppress logging
</pre>
The options have the following meaning:
{| class="wikitable"
|- valign="top"
! width='60' | Flag
! Description
! width='165' | Examples
|}
[[Category:Beginner]]