-
## Bug description
{"timestamp":"2024-08-20T17:27:18.918606Z","level":"ERROR","fields":{"message":"Error in PostgreSQL connection: Error { kind: Closed, cause: None }"},"target":"quaint::connec…
-
https://prisma-editor.vercel.app/schema/10179
above code i copied from peisma website but your app is showing error
-
enabling features "rspc" and "migrations" together, and running `prisma generate` causes the following panic:
```
#11 7.766 Compiling prisma-client-rust v0.6.11 (https://github.com/Brendonovich/p…
-
When I run the generator zod includes the following after zod import:
```
import * as z from "zod"
import * as imports from "../null"
...
```
Am I missing something? This is my generator zod…
-
Sometimes you want to create multiple queries and mutations that all use the same input object and want to pass that to your orm, like prisma:
```
builder.queryField("project", (t) =>
t.prismaF…
-
### Bug description
import { PrismaClient } from "@prisma/client";
import { PrismaD1 } from "@prisma/adapter-d1";
export interface Env {
DB: D1Database;
}
export default {
async fetch(r…
-
### Bug description
⚠ Compiled with warnings
./node_modules/.pnpm/@prisma+debug@5.20.0-dev.5/node_modules/@prisma/debug/dist/index.js
A Node.js API is used (process.stdout at line: 68) which is …
-
### 🔎 Search Terms
Typescript Hangs, Memory Leak, VS Code, Prisma, React-Hook-Form,
### 🕗 Version & Regression Information
- This is a crash
- This is the behavior in every version I tried, and…
-
## Expected Behavior
I am receiving numerous typescript errors because the file import declarations are incorrect. What I should be seeing:
```
import { OrderEntity } from 'order_entity';
import…
-
## Problem
Prisma supports including the count of a relational field, so we should too.
```js
const users = await prisma.user.findMany({
include: {
_count: {
select: { posts: tru…