Announcing XQS: XQuery for Scala
Please register to reply
Added by Dino Fancellu over 11 years ago
https://github.com/fancellu/xqs
XQS is a Scala Library to invoke XQuery against an XML DataSource such as MarkLogic, eXist, BaseX and Sedna as well as Saxon, Zorba and Oracle XDB while eliminating vendor lock in.
It should work with any compliant XQJ driver, having already been tested against the XQJ.net drivers ( BaseX, Sedna, eXist, Marklogic ) and Saxon
So, for all those out there using Saxon's XQJ drivers in Java, you can now do it in Scala, and in a Scala style.
Checkout the readme with lots of examples:
Please register to reply