Project

Profile

Help

Announcing XQS: XQuery for Scala

Added by Dino Fancellu almost 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:

https://github.com/fancellu/xqs/blob/master/README.md


Please register to reply