neode
neode copied to clipboard
Neo4j OGM for Node.js
@adam-cowley I was wondering if there were some typescript examples or if neode can be used with typescript yet? If there isn't any I could help out on that.
Please update as mentioned on https://www.npmjs.com/package/@hapi/joi
Hello, actually we can't do that : ``` nodes = await instance.all('Label', { id: [1, 2, 3] }); ``` because the '=' operator is set by default there : https://github.com/adam-cowley/neode/blob/f853284e8504fd24b056e5b7e5f97a0055eae43d/build/Query/Builder.js#L247...
Hi, the validator throws an error if a string property is empty, e.g. `phone = ''`. I defined the property `phone` on the model as follows: ``` phone: { type:...
Hello, I have noticed that the schema validations are not enforced when using the "batch" method. Is it possible to get this implemented or at least expose a method to...
Upgraded to 4.1x (tried most of the minor updated all the way to 4.1.1) causes the following error any time a write is attempted `Neo4jError: Writing in read access mode...
Trying to figure out if it's dead or not. Lots of issues reported and no responses.
Hi @adam-cowley, I come back after a long time to continue my work. I finally deleted my old PR and made a new branch from your last master version. I...
My issue is similar to the one mentioned [here](https://github.com/adam-cowley/neode/issues/105) however I can't explicitly create relationship in the model as DATE changes every time.
I have a short question, is it possible to get the relationships of a node without defining the relationship as eager=true? Because sometimes you like to get only the node...