-
Hello.
I have a memory leak in my application. If I comment out code related to the *neo4j-php-ogm* mapper, the leak goes away.
I created a [test application](https://github.com/paav/neo4j-php-o…
-
So I'm building a graphql layer on top of my db using neogma instead of going with the @neo4j/graphql package. One feature I've seen in a different ogm Neode is [eager loading](https://github.com/adam…
-
I wonder if there is a way to use my [Neo4j OGM](https://neo4j.com/developer/neo4j-ogm/) annotated Java classes as a schema for neo4j-graphql-java.
I have my model classes and I don't want to have th…
-
Right now cliques are saved as arrays of curie's that correlate with matrices of beacon ID's (where the column of the matrix correlates with the column of the array, indicating which beacons have prod…
-
how can i run pure cypher query?
-
We are using:
spring-data-neo4j 6.3.5
neo4j 4.3.10
As described in the [reference doc](https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#query-creation.save), saving relations…
-
provide a trait one can implement to use renesca.
for neo4j provide another trait for databases that support cypher.
stuff backends in their own libraries:
```
renesca-backend-cypher
renesca-backen…
-
Is it possible to have cypher syntax support for Strings in Java? Even better would be to also have semantic support.
-
## Expected Behavior
Using multiple `CompositeAttributeConverter`s that write to the same property does not result in naming collisions.
The properties returned from `toGraphProper…
-
I have setup a model MedicalIssue with
_```
/**
* @OGM\ManyToMany(relation="medicalIssue")
*/
protected $symptoms;
function __construct(DoctorPatient $doctorPatient = null)…