Skip to content

Commit

Permalink
Update content/200-orm/800-more/600-help-and-troubleshooting/100-help…
Browse files Browse the repository at this point in the history
…-articles/900-prisma-nuxt-module.mdx

Co-authored-by: Jon Harrell <[email protected]>
  • Loading branch information
ankur-arch and jharrell authored Jun 13, 2024
1 parent 8044171 commit 68adeb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Nuxt Prisma module simplifies the integration of Prisma ORM into your Nuxt a
- Initialize a Prisma project with SQLite
- Create an `User` and `Post` example model in the Prisma Schema
- Prompt you to run a migration to create database tables with [Prisma Migrate](https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/overview)
- Install and generate a [Prisma Client](https://www.prisma.io/docs/orm/reference/prisma-client-reference)
- Install and generate a [Prisma Client](/orm/reference/prisma-client-reference)
- Prompt you to start the [Prisma Studio](/orm/tools/prisma-studio)

5. You can now use Prisma ORM in your project. If you accepted the prompt to add Prisma Studio, you can access Prisma Studio through the Nuxt Devtools. See the [usage section](#usage) to learn how to use Prisma Client in your app.
Expand Down

0 comments on commit 68adeb4

Please sign in to comment.