Skip to content

Commit

Permalink
use remote db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh705 committed Feb 5, 2024
1 parent 2b7e584 commit 5fa08e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generator client {
datasource db {
provider = "postgresql"
url = env("POSTGRES_PRISMA_URL") // uses connection pooling
// directUrl = env("POSTGRES_URL_NON_POOLING") // uses a direct connection
directUrl = env("POSTGRES_URL_NON_POOLING") // uses a direct connection
}

model StudentData {
Expand Down

0 comments on commit 5fa08e0

Please sign in to comment.