Skip to content

Commit

Permalink
Update upgrading-from-prisma-1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Dec 2, 2019
1 parent a573105 commit 317a987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/upgrading-from-prisma-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Note that the steps will look somewhat different if you're ...:

Both scenarios will be covered in other upgrade guides. In this guide, we'll take a look at migrating a REST API from Prisma 1 to the Prisma Framework based on this [Prisma 1 example](https://github.com/prisma/prisma-examples/tree/master/typescript/rest-express).

> **Note**: If you're upgrading a project that uses `nexus-prisma`, be sure to check out [@AhmedElywa](https://github.com/AhmedElywa)'s project [`create-nexus-type`](https://github.com/oahtech/create-nexus-type) that converts Prisma models into Nexus `objectType` definitions.
## 1. Install the Prisma Framework CLI

The Prisma Framework CLI is currently available as the [`prisma2`](https://www.npmjs.com/package/prisma2) package on npm. You can install it in your Node.js project as follows (be sure to invoke this command in the directory where your `package.json` is located):
Expand Down

0 comments on commit 317a987

Please sign in to comment.