You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 forconnect()
. So we can connect to an OrientDB server but not do anything after that.The text was updated successfully, but these errors were encountered: