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 97d59df commit 0214f34Copy full SHA for 0214f34
src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx
@@ -27,8 +27,9 @@ You can connect Hyperdrive to any existing Prisma Postgres database by using you
27
28
```txt ins="database_name"
29
postgres://USERNAME:PASSWORD@HOSTNAME_OR_IP_ADDRESS:PORT/database_name
30
+ ```
31
-With the connection string, you can now create a Hyperdrive database configuration.
32
+With this connection string, you can now create a Hyperdrive database configuration.
33
34
## 2. Create a database configuration
35
0 commit comments