Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni authored Oct 31, 2023
1 parent ce75ee9 commit 63d7d2c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,16 @@ const prisma = new PrismaClient({

### <inlinecode>adapter</inlinecode>

Defines an instance of a driver adapter. See also [Drivers](/concepts/components/drivers) <span class="concept"></span>.
Defines an instance of a driver adapter. See also [Drivers](/concepts/components/drivers#driver-adapters) <span class="concept"></span>.

This is available from version 5.4.0 and upwards.

This feature is currently in Preview behind the `driverAdapters` feature flag.

#### Example

The example below uses the [Neon driver adapter](/concepts/components/drivers#neon):

```ts
import { Pool, neonConfig } from '@neondatabase/serverless'
import { PrismaNeon } from '@prisma/adapter-neon'
Expand Down

0 comments on commit 63d7d2c

Please sign in to comment.