Recommendations not showing up
Local development with Prisma Postgres
Speeding up DB seeding
How to remove `[optimize] HTTP 409 Conflict: There is no active recording to write queries to.`
findMany fetching only 1 entity from "includes"
@prisma/extension-accelerate v2.0.1 breaks types
changelog for @prisma/extension-accelerate v2.0.0
Server has closed the connection
Changing Enum types
Prisma init
UserSelect across functions
selection which is then set on thefindUnique and then the return type matches what was selected. If the argument is not set it should return all the fields.
```ts
export async function getUser<T extends Omit<UserFindUniqueArgs, "where">>(
userId: number,...In tests, how can I verify a PrismaPromise was actually executed?
.then() or .catch() is called.
This is easy to deal with, and now I know, but I want to cover this in my tests.
I'm using Jest, and I'm doing a mockDeep from jest-mock-extended. It's not enough to just test expect(mockDb.myModel.delete).toHaveBeenCalled() because that doesn't assert that it was actually awaited....Deno guide not working
Cannot see the sql directory in node_modules/@prisma/client
How to handle serialization in Prisma (TypeError: Do not know how to serialize a BigInt)
PrismaClientValidationError: Invalid ` .create()` invocation in
Using Prisma with Both SQLite and PostgreSQL
Prisma performance questions
despite
Error: Could not resolve @prisma/client despite the installation that we just tried.
Please try to install it by hand with pnpm add @prisma/client and rerun pnpm dlx "prisma generate" :pray:.
Error: Could not resolve @prisma/client despite the installation that we just tried.
Please try to install it by hand with pnpm add @prisma/client and rerun pnpm dlx "prisma generate" :pray:.
