Hi,
I am trying to find documentation on functions to explicitly lock/unlock specific files stored in BaseX for a predefined user. Something like:
db:lock('db, 'file.xml', 'user', 'write')
Something like:
db:get-lock-details('db', 'file.xml') would be interesting too.
I couldn't find anything. Am I supposed to work with the ~webdav DB? We're trying to get away from the WebDAV interface.
Thanks,
France
--