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

The package orientjs > yargs > os-locale > mem has a DoS vulnerability. From npm audit ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some...

| software | version | | --- | --- | | orientjs | 2.2.2 | | orientdb | 2.2.10 | To be honest, I don't understand how the orientdb "SQL"...

enhancement
documentation

hello, orientjs version: 3.0.8 orientdb version: 3.0.10 Filter on **null Property != "String"** not work using orientJs but work fine using the orientdb studio Exemple 1 : const result1 =...

I installed orientjs via npm and now have [email protected] on my project. In my code I have an import statement like `import OrientDB from 'orientjs';` Just to note, I'm running...

question

I have a Vertex ( Data ) that has a tags field ( LINKLIST ) which I'm storing as recordIDs - in string format like this: ``` tags : [...

Hi, the [lucene fulltext docs](http://orientdb.com/docs/3.0.x/indexing/Full-Text-Index.html#searchclass) explains how to query a field using search_class in the form: ```sql search_class("field:value*") = true ``` For instance: ```sql SELECT FROM City WHERE SEARCH_CLASS("+name:cas* +description:beautiful")...

Hi, I just want to confirm if the connection pooling will have a connection retry if one of the distributed servers went down. Scenario: I have 3 servers: server1, server2,...

Base on issue #76 I've created my migration files and it works fine, But how can I create seed files? There isn't any explanation in orientjs docs. tnx.

## Version info orientdb version: 3.0.14 orientjs version: 3.0.5 nodejs version: v10.13.0 ## Expected Behaviour The same query previously worked in v2.2.X and works when done in the orientdb console...

question

The documentation is not clear with respect to which API is present in which version. Eg: 1. Server, Database, Client and Sessions API - which of them should be used...