Skip to content

Commit 0214f34

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

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ You can connect Hyperdrive to any existing Prisma Postgres database by using you
2727

2828
```txt ins="database_name"
2929
postgres://USERNAME:PASSWORD@HOSTNAME_OR_IP_ADDRESS:PORT/database_name
30+
```
3031

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.
3233

3334
## 2. Create a database configuration
3435

0 commit comments

Comments
 (0)