orientjs icon indicating copy to clipboard operation
orientjs copied to clipboard

The official fast, lightweight node.js client for OrientDB

Results 105 orientjs issues
Sort by recently updated
recently updated
newest added

Hello I need your support please , I am using "orientjs": "^3.0.11" and using latest docker container "orientdb:3.1.5" All in development without docker works great, but in docker container first...

I want to execute a long-running query for select data this query holds the database waiting for a response and application is going to wait for the state I want...

enhancement

I'm trying to connect to demodb at first time, using the example. I'm using Angular, so I installed @types/orientjs and orientjs (with no errors). Following is in the AppComponent. private...

- Support for Distributed Push - Support for Auto Reconnect - Support for Node Selection Strategy

enhancement

When trying to create a record like this: ```typescript const Player = await db.class.get('Player'); const record = await Player.create({ name: 'new player' }); ``` typescript will fail with an error...

When I start a live query everything works great, until after some time has passed. Then the live query stops working without any error messages (even if vertices are created,...

Apologies if this is the wrong place to ask, but I haven't been able to find documentation on this anywhere. How would I get the graph data using the Node...

Hi. When performing connection tests using the binary protocol with and without ssl enabled using pooled sessions with OrientDBClient: `const client = await OrientDBClient.connect({` `host: '12.0.0.1',` ` port: '2424' //...

I am sorry but I got a little bit confused. So, there is a new way how to use API transactions and that is described [here](https://orientdb.org/docs//3.0.x/orientjs/OrientJS.html#transaction). I am using transactions...

I have 'Event' records with fields like this ( x-cost-type ). I can not create/update any records and include that field in the update. I can create/update a Vertex like...