orientjs
orientjs copied to clipboard
The official fast, lightweight node.js client for OrientDB
Hello, I am new to orient-db and trying to fetch data from DB in my node application . I have OrientDB 2.2.7 and orientjs 2.2.x. 1. I have a function...
I noticed that there is a difference in output for the rid in a normal query vs a live query. While a normal query displays the rid as follows: ```...
orientjs version: 2.2.3 orientdb version: 2.2.17 os: centos06 node version: v6.10.0 I'm not sure if this is expected behavior or not as I was unable to find any documentation in...
We are using OrientJS transaction mechanism in our coding to create vertex and edge. Currently facing an issue while creating edges. Sometimes, when we create edge e1 of sampleEdge from...
Hi, My case is maybe of a weird kind. Users access the Orientdb directly from chrome browsers by Orientjs, and keep the connection alive till signout. So once disconnection or...
orientjs version: 2.2.3 orientdb version: 2.2.17 OS: centos06 Is there a way to get the inherited properties for a class? When I try to list the properties of a class...
Hi guys, first all I would like to thank you about excelent job you are doing here. Well, I'd like to know if it's possible to debug or to see...
Hi guys, We noticed that there are few bits missing in the documentation. Some things we found out by looking into the code. Things not so obvious: 1) how to...