-
## Problem
Although Prisma migrate is still young and is a great start i would not consider it production ready. I've been working with database over django backends for a few years and encountered…
-
## Problem
Sometimes it is helpful to just remove some fields from the selection set like `password` so that we accidentally don't expose them to the frontend.
## Proposals
Adding a `exclude`…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
It would be nice if queries would get out of the box support for caching, it's a pain to make a wrapper since you'd have to make sure the function you create accepts and returns the right types. The s…
-
## Problem
Having to manually update model names to conform to Prisma's naming conventions using the introspection tool is 1) annoying to do for many snake cased table names, and 2) prevents an intro…
-
Hi, I love the idea behind your tool, but... It didn't supports mongodb.
-
Unfortunately at the current point of time Prisma 2 doesn't yet support subscriptions (real-time API features). Prisma 1 followed a different architecture which provided support for subscriptions. **W…
-
Dear Prisma Team,
for my upcoming project, i would like to use Prisma, since it is ready to be used in production. I have been around for a year or so, but now finally use it in a concrete project.…
-
I've tried a lot of combinations for Angular with Node but this is the most awesome starter :)), nice job.
## ISSUE
When I update `schema.prisma` by adding simple one-to-many relation
```
mode…
-
## Problem
Not all migrations can be declarative. For example, we need to add a custom index for performance reasons. We also need this as an escape hatch for anything prisma schema doesn't support…