Skip to content

Commit

Permalink
add note about Prisma Migrate and introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Nov 2, 2023
1 parent d76a4e8 commit e97bb6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/300-guides/050-database/890-neon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,5 @@ const prisma = new PrismaClient({ adapter })
```

You can then use Prisma Client as you normally would with full-type-safety.

To continue using Prisma Migrate and introspection, ensure the [non-pooled connection string](https://neon.tech/docs/guides/prisma-migrate#prisma-migrate-with-pgbouncer) is configured as the `DATABASE_URL` environment variable.

0 comments on commit e97bb6e

Please sign in to comment.