Changes

Jump to navigation Jump to search
48 bytes removed ,  18:37, 1 December 2023
m
Text replacement - "</syntaxhighlight>" to "</pre>"
(: serialize configuration to disk :)
store:write()
</syntaxhighlightpre>
The configuration can be requested by further operations, e.g. a client request:
<pre lang='xquery'>
store:get('version')
</syntaxhighlightpre>
The store will still be available if BaseX is restarted until it is cleared.
)
return store:put('religions', $map)
</syntaxhighlightpre>
A subsequent query can be used to access its contents:
<pre lang='xquery'>
store:get('religions')?Buddhism
</syntaxhighlightpre>
Note that the store will eventually be written to disk unless it is invalidated before closing the GUI.
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu