Query builder to run alongside Prisma #18583
|
Hey, I come from MikroORM and I'm loving Prisma so far, but lack of any query builder and no plans to create one really makes me think about going back. Has anyone used any additional type-safe query builder libraries alongside Prisma to somehow tackle this issue? Like a query builder that would take a type generated by Prisma Client and would somehow let me create a query to run on that DB. I'm gonna try kysely with prisma-kysely, but maybe someone has a better alternatives? |
Replies: 2 comments 1 reply
|
Hello @KarolScibior 👋 We do have a feature request for adding support for a native query builder: If you can add a 👍 to the feature request, then it would help our product team in prioritising it. I have seen users using Knex in conjunction with Prisma, but I believe kysely would be a good alternative as it has better typescript support. |
|
@KarolScibior will this do the trick? |
Hello @KarolScibior 👋
We do have a feature request for adding support for a native query builder:
If you can add a 👍 to the feature request, then it would help our product team in prioritising it.
I have seen users using Knex in conjunction with Prisma, but I believe kysely would be a good alternative as it has better typescript support.