doug-martin / nestjs-query

Easy CRUD for GraphQL.
https://doug-martin.github.io/nestjs-query
MIT License
820 stars 142 forks source link

Prisma integration #471

Open draylegend opened 4 years ago

draylegend commented 4 years ago

I'm searching for a package that can handle all the CRUD hassle with prisma. Are you planning the integration of it?

johannesschobel commented 3 years ago

this would also be of interest for me.. @vladimirdrayling @thehappycoder do you have any luck so far?

draylegend commented 3 years ago

@johannesschobel nothing found yet. Using plain prisma client

johannesschobel commented 3 years ago

@vladimirdrayling , thank you for your answer. Are you using prisma with GraphQL or within a RESTful application?

thehappycoder commented 3 years ago

@johannesschobel I am planning to use it with GraphQL.

draylegend commented 3 years ago

@johannesschobel you are welcome! Currently working only with GraphQL

Nightbr commented 3 years ago

Also interested in a @nestjs-query/query-prisma package to use instead of TypeORM or Sequelize. Seems Prisma is young but very promising as a really nice ORM for TypeScript.

meliborn commented 3 years ago

To be honest I'm totally disappointed in TypeORM and looking for something else. Will be happy to see integration with prisma.

psteinroe commented 3 years ago

+1 - Also disappointed in TypeORM and looking forward to migrate to Prisma.

Unfortunately I do not have much time in the upcoming two months, but I am happy to implement a @nestjs-query/query-prisma package during the summer and / or to support in the meantime.

I guess the main challenge is that Prisma does not work with classes but with schema files and has a different "workflow".

tombelieber commented 3 years ago

Hi, just come here to vote for Prisma integration!

stingalleman commented 3 years ago

Also 1-upping this 👍🏻

psteinroe commented 3 years ago

A little update from our side: Because things are running quite smoothly right now with the current state of TypeORM and some minor prs with critical features and fixes have been merged, we decided to stay with it and wait how things evolve, since it seems like there is an effort to clean things up (although it will most likely be a major breaking change). Sorry for the bad news!

TamirShklaz commented 3 years ago

+1 for Prisma

vadolasi commented 2 years ago

+1 for Prisma

omar-dulaimi commented 2 years ago

Just came across this library and I'm already looking for a prisma integration.

jlarmstrongiv commented 2 years ago

Ended up adding https://keystonejs.com/

adevil5 commented 2 years ago

+1 for Prisma

Khaalidsub commented 7 months ago

Hello, are there any update for this feature? would be really cool