Zorba ships with a Ruby language binding that provides some basic features in order to prepare and execute queries with Zorba.
For the moment, we provide a set of examples that show how this language binding can be used.
Zorba requires that objects must be deleted in a certain order, which Garbage Collectors are not aware of. For that reason, the Iterators created with XQuery.iterator() must be explicitly destroyed with iterator.destroy() before the XQuery object is destroyed.