eulexistdb
Idiomatic access to the eXist-db XML Database using XPath and XQuery
Idiomatic access to the eXist-db XML Database using XPath and XQuery
To install this package, run one of the following:
EULexistdb is a library for accessing, querying, and updating an eXist-db XML database using idiomatic Python. ExistDB provides basic read-write access. EULexistdb doesn’t require Django, but when they’re used together, developers can define XmlModel subclasses to automate XQuery searching of the eXist database based on the model’s XPath fields. Even without Django configuration, developers can utilize this automatic XQuery generation by constructing a QuerySet referencing an XmlObject subclass and a database.
Summary
Idiomatic access to the eXist-db XML Database using XPath and XQuery
Last Updated
Jun 30, 2018 at 04:02
License
Apache-2.0
Supported Platforms
GitHub Repository
https://github.com/emory-libraries/eulexistdb/Documentation
https://eulexistdb.readthedocs.io/en/stable/