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 06e2d57 commit 97d59dfCopy full SHA for 97d59df
src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx
@@ -26,8 +26,7 @@ You can connect Hyperdrive to any existing Prisma Postgres database by using you
26
- The final string will look like:
27
28
```txt ins="database_name"
29
- postgres://<CONNECTION_STRING>/database_name/?sslmode=require
30
- ```
+ postgres://USERNAME:PASSWORD@HOSTNAME_OR_IP_ADDRESS:PORT/database_name
31
32
With the connection string, you can now create a Hyperdrive database configuration.
33
0 commit comments