Skip to content

Commit 3d06037

Browse files
authored
Update src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx
1 parent 0214f34 commit 3d06037

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can connect Hyperdrive to any existing Prisma Postgres database by using you
2222
2. Select **Connect to your database** > **Any client**.
2323
3. Select **Generate database credentials**. Copy the connection string for your Prisma Postgres database.
2424
4. Edit the connection string to make it compatible with Hyperdrive.
25-
- Add the database name after the port, but before `?sslmode=require`.
25+
- Add the database name after the port. You may remove any query parameters, such as `?sslmode=require`.
2626
- The final string will look like:
2727

2828
```txt ins="database_name"

0 commit comments

Comments
 (0)