Skip to content

Commit 3905cf3

Browse files
authored
Update src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx
1 parent 7d6a09c commit 3905cf3

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
@@ -31,7 +31,7 @@ You can connect Hyperdrive to any existing Prisma Postgres database by using you
3131

3232
:::note
3333

34-
An alternative to the Prisma Data Platform is to use the [`create-db`](https://www.npmjs.com/package/create-db) package. This package will generate a quick temporary database for you to use.
34+
An alternative to the Prisma Data Platform is to use the [`create-db`](https://www.npmjs.com/package/create-db) package. This package will generate a quick temporary Prisma Postgres database for you to use.
3535

3636
```bash
3737
npx create-db@latest

0 commit comments

Comments
 (0)