I am using Prisma + MySQL in Production. Works great! There's a need in near future where we need to use neo4j alongside/completely. Any suggestions on can we achieve this with the existing artifacts, as apparently Prisma doesn't support neo4j. So if we can continue using Prisma or we stop using it and start using neo4j orm.
Asked
Active
Viewed 400 times
1 Answers
1
Prisma doesn't currently support neo4j, though there are plans to add support in the future. Polyglot support is a use case that Prisma is targeting at large. You can follow the development status in the Github issue ( to signal your interest).
In the meanwhile, I'd suggest looking at neo4j specific abstractions.
The Node.js ecosystem there is the neo4j driver and an OGM (Object Graph Mapper) called Neode

Daniel
- 1,236
- 1
- 9
- 13