We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0214f34 commit 3d06037Copy full SHA for 3d06037
src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx
@@ -22,7 +22,7 @@ You can connect Hyperdrive to any existing Prisma Postgres database by using you
22
2. Select **Connect to your database** > **Any client**.
23
3. Select **Generate database credentials**. Copy the connection string for your Prisma Postgres database.
24
4. Edit the connection string to make it compatible with Hyperdrive.
25
- - Add the database name after the port, but before `?sslmode=require`.
+ - Add the database name after the port. You may remove any query parameters, such as `?sslmode=require`.
26
- The final string will look like:
27
28
```txt ins="database_name"
0 commit comments