Skip to content

Commit 89d031f

Browse files
committed
small changes
1 parent a38f101 commit 89d031f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

content/200-orm/100-prisma-schema/10-overview/03-generators.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ To see what the new `prisma-client` generator looks like in practice, check out
259259
- **Framework**: Next.js 15
260260
- **Bundler**: Turbopack (alpha)
261261
- **Runtime**: Node.js
262-
- **Ticket**: [ORM-1076](https://linear.app/prisma-company/issue/ORM-1076/provide-demo-example-of-next-15-prisma-client-turbopack)
263-
- Works out of the box: ✅
264262
- `prisma-postgres/nextjs-starter-webpack`:
265263
- **Framework**: Next.js 15
266264
- **Bundler**: Webpack 5

content/250-postgres/300-database/675-prisma-studio/100-embedding-studio.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,13 @@ app.post("/studio", async (c) => {
204204
});
205205
```
206206

207+
### Concepts
208+
209+
- Query object: Contains the SQL query and parameters from Studio
210+
- Custom payload: Additional data sent with each request
211+
- Prisma Postgres client: Executes queries against your database
212+
- Error handling: Properly serialize errors for Studio to display
213+
207214
## Execution flow
208215

209216
Here's an overview of the execution flow in your embedded Prisma Studio version:

0 commit comments

Comments
 (0)