zadean / xqerl

Erlang XQuery 3.1 Processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "BaseX" client module

zadean opened this issue · comments

Some features of other XQuery processors are not likely to be implemented in xqerl in the near future.
To overcome some of this limitation, a client module for BaseX should be added. This will allow using said features that BaseX has from XQuery in xqerl.
This module could also very-well be used for 'connecting' many separate BaseX instances using xqerl.
It should use the existing BaseX client library for Erlang over TCP, basexerl.

Implemented with 497f948