-
While the generic part of `Literal` is specified at node creation, the Schema printer cannot add information on the types that Literal is specified with and therefore contained in `value`. This may be…
-
I've looked at several SQL and NoSQL environments for data stores. SQL seems too rigid for the kind of data generated by Cardshifter servers. Some NoSQL DBs seem more fitting. Neo4j graph database mig…
-
**Describe the bug**
graphql-ogm generate output contains missing types and therefore TypeScript errors
**Type definitions**
-- in the graphql file
```gql
type AssessmentCumulativeCost {
opp…
-
-
hi
is there any way to use create unique in this bundle
i mean someting like unique=true in doctrine/orm
-
When I am working with an `Edge`, there is a scenario where I want to find which `Node` is it, and I only have `Memgraph node ID`, and not the whole object. And I would want further to make a query wi…
-
Also do i (still) need the http://repo.spring.io/libs-snapshot repository ?
I would like to not depend on a snapshot release if possible now that sdn 4.0.0 is released
-
I'm facing an issue that is only occuring when Quarkus hot reload kicks in, but not on the main start of the application.
```
2023-09-29 10:35:21,028 ERROR [io.qua.dep.dev.JavaCompilationProvi…
-
Why do I get failed to find package errors when I add:
"com.orientechnologies" % "orientdb-graphdb" % "2.2.8"
To my sbt project dependencies.
What can I do to fix the problem?
Errors as shown.
``…
-
Hi all,
I'm encountering some problems while trying to save a relatively big graph using Spring Data Neo4j .save() method passing the aggregate root. In the following image, you can see an example …