Decebal Dobrica
Decebal Dobrica
I am trying to determine if my pyorient graph connection is using remote or if it is possible for it to use 'remote' mode when connecting to my db clusters....
``` File "/usr/local/lib/python3.6/site-packages/pyorient/ogm/element.py", line 24, in save return self._graph.save_element(self.__class__, self._props, self._id) File "/usr/local/lib/python3.6/site-packages/pyorient/ogm/graph.py", line 657, in save_element result = self.client.command(u'UPDATE {}{}'.format(elem_id, set_clause)) File "/usr/local/lib/python3.6/site-packages/pyorient/orient.py", line 462, in command .prepare(( QUERY_CMD,...
This question might come from my lack of knowledge, but the install is great, it has gremlin ready to play with it on request, my understanding fails when I need...