This package includes the Polyheny-DB Connector for Python, which conforms to the Python DB API 2.0 specification: https://www.python.org/dev/peps/pep-0249/
Polypheny Documentation is available at: https://polypheny.org/documentation/
Source code is also available at: https://github.com/polypheny/Polypheny-Connector-Python
IMPROVEMENTS:
- core: Added initial support for basic operations DQL, DML and DDL as well as transaction handling.
BUG FIXES:
- N/A
IMPROVEMENTS:
- core: first dummy improvement
BUG FIXES:
- core: Fixed a deadlock
- cli: fixed invalid params
IMPROVEMENTS:
- core: created project
BUG FIXES: