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

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Adds ALT_DIRECTION_BOTH option to RelationshipType

### Why? Currently neode generates outdated CYPHER query syntax for unique constraints. View issue here --> https://github.com/adam-cowley/neode/issues/183 ### What? in `/src/Schema.js` update to correct CONSTRAINT syntax. Replace `ON` with `FOR`...

## Incorrect Constraints Query Generated ### Versions - Neo4j Version `5.18.1` - Neode Version `0.4.9` ### Problem Incorrect constraints query being generated by ```ts instance.model('MyNode', { customKey: { type: 'string',...

All transactions & batch operations are being done on default database. Selecting other db will affect cypherRead/Write, but not transaction nor batch() method. Method transaction() contains following code: `var session...

can the models have computed properties? can somebody write some example?