pyorient
pyorient copied to clipboard
Orientdb driver for python that uses the binary protocol.
Hey guys, i am new to using pyorient and trying to get list of databases and that has worked using `client.db_list().` However, i am wondering how can i get list...
When i try to establish a connection to the db from pyorient, the below error is showing up. im using pyorient==1.5.5, is it possible its not compatible with orientdb 3.0.0....
Dear, The project got any update since 2017. Issues open in 2018 have no answer from the maintainer. so is it a dead project ?
Should I create a new repository? thx
client does not read exception message. orientdb 3.1.1
How can I implement a load balancer using pyorient? In the documentation [here](https://orientdb.com/docs/2.2.x/Distributed-Configuration.html#load-balancing) I'm able to find the Java documentation. But I couldn't find a pyorient equivalent. I tried semicolon...
PyOrient Version: 1.5.5 OrientDB version: 2.2.35 I am trying to asynchronously get records from the database, using the get_query_async() function. I have a very simple example: `class testGraph(): def add_to_graphl(self,...
I don't know how to get the last record of an edge in django rest framework, using orientdb OGM. I'm using pyorient==1.5.5 and OrientDB 3.0.18 version. I have a relationship...
I don't like raw queries. So I'm trying to create an edge using `graph.create_edge(Friend, orientRecord1, orientRecord2)` But I get AttributeError: 'OrientRecord' object has no attribute '_id' because orientRecord does not...
I was wondering if there are any example projects that show how to use Pyorient OGM with Django.