Skip to content

Commit 97d59df

Browse files
authored
Update src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx
1 parent 06e2d57 commit 97d59df

File tree

1 file changed

+1
-2
lines changed
  • src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers

1 file changed

+1
-2
lines changed

src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ You can connect Hyperdrive to any existing Prisma Postgres database by using you
2626
- The final string will look like:
2727

2828
```txt ins="database_name"
29-
postgres://<CONNECTION_STRING>/database_name/?sslmode=require
30-
```
29+
postgres://USERNAME:PASSWORD@HOSTNAME_OR_IP_ADDRESS:PORT/database_name
3130
3231
With the connection string, you can now create a Hyperdrive database configuration.
3332

0 commit comments

Comments
 (0)