neode icon indicating copy to clipboard operation
neode copied to clipboard

Neo4j OGM for Node.js

Results 56 neode issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I have been testing this package for my latest project. I realized that most of the time, if not always, I find more convenient and performant to use the...

help wanted

Very good NPM package I have a little problem. Is there a GET SET method similar to mongoose for defining attributes? Serialization and deserialization are required when dealing with JSON

help wanted

Per the documentation, localdatetime should be present, however TemporalPropertyTypes currently excludes it.

I'm running some queries using the `cypher` queries and just passing text and parameters and on some instances, the queries error out with a code of `Session Expired` and a...

This example from the docs: ``` builder.match("p", "Person").where("p.name", "Adam").return("p"); ``` Errors as "Person" is not a model: Argument of type 'string' is not assignable to parameter of type 'Model'

Hi, Could you please provide some documentation or example of using `node` as a Property Type in an Entity? Thanks in advance, SG

In a project I'm working on, I've recently had to add a new field to an existing `SchemaObject`. I set it to be required and a default value of `false`...

Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together. Updates `ajv` from 5.5.2 to 6.12.6 Release notes Sourced from ajv's releases. v6.12.6 Fix...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies