Skip to content

Commit 84deaf4

Browse files
ArthurGambyArthur Gambynurul3101
authored
Specify prisma.config.ts file location in Prisma 7 upgrade guide (#7297)
* docs: specify prisma.config.ts file location in upgrade guide * Fix link --------- Co-authored-by: Arthur Gamby <[email protected]> Co-authored-by: Nurul Sundarani <[email protected]>
1 parent 51d0df1 commit 84deaf4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ Prisma Config is now the default place for configuring how the Prisma CLI intera
228228
database. You now configure your database URL, schema location, migration output, and custom seed
229229
scripts.
230230

231+
:::info
232+
233+
The `prisma.config.ts` file should be placed at the **root of your project** (where your `package.json` is located).
234+
235+
:::
236+
231237
```ts
232238
import 'dotenv/config'
233239
import { defineConfig, env } from 'prisma/config'

content/250-postgres/300-database/750-serverless-driver.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ try {
321321

322322
- Requires a Prisma Postgres instance and does not work with [local development](/postgres/database/local-development) databases
323323
- Currently in Early Access and not yet recommended for production
324-
- Connection pooling is not currently supported and is planned to be supported when [`@prisma/ppg`](https://www.npmjs.com/package/@prisma/ppg) reaches [General Availability](https://www.prisma.io/docs/orm/more/releases#generally-available-ga)
324+
- Connection pooling is not currently supported and is planned to be supported when [`@prisma/ppg`](https://www.npmjs.com/package/@prisma/ppg) reaches [General Availability](/orm/more/releases#generally-available-ga)
325325

326326
## Learn more
327327

0 commit comments

Comments
 (0)