Skip to content

Commit b3a88cc

Browse files
Update src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx
Co-authored-by: Nikolas <[email protected]>
1 parent 4353aed commit b3a88cc

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+2
-1
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Prisma Postgres is a managed, serverless PostgreSQL database built on unikernels
1616
In this tutorial, you will learn how to:
1717

1818
- Set up a Cloudflare Workers project with [Prisma ORM](https://www.prisma.io/docs).
19-
- Create a Prisma Postgres instance from the CLI.
19+
- Create a Prisma Postgres instance from the Prisma CLI.
20+
- Model data and run migrations with Prisma Postgres.
2021
- Query the database from Workers.
2122
- Deploy the worker to Cloudflare.
2223

0 commit comments

Comments
 (0)