pyorient
pyorient copied to clipboard
Roadmap and timeline for 3.1.x
What is the roadmap and estimated time to completion for 3.1.x? I am evaluating OrientDB for a project and the Python interface is critical, but 3.1.x seems to be incomplete and unusable at the moment.
Case in point: the OrientDB
class does not have most of the methods mentioned in the documentation, except for connect()
. So we can connect to an OrientDB server but not do anything after that.
I was able to patch the library to work with OrientDB 3.1+ and updated the README to give descriptions of how to connect to your database now. You can find my patched version here: https://github.com/brucetony/pyorient
I do not know if they will continue to support this library, so we will have to continue patching it ourselves I think.