Skip to content

Commit

Permalink
chore: add datasource block section
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Nov 1, 2023
1 parent 62403f0 commit d76a4e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/300-guides/050-database/890-neon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ generator client {
provider = "prisma-client-js"
previewFeatures = ["driverAdapters"]
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
```

Generate Prisma Client:
Expand Down

0 comments on commit d76a4e8

Please sign in to comment.