Python API Documentation

Zorba ships with a Python 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.

Note for garbage collected languages

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.

blog comments powered by Disqus