Skip to main content

Prisma Overview

Next, we'll initialize Prisma

npx prisma init

This command will do a few things:

  • Create a prisma folder
  • Create a schema file in that folder Next, we'll learn how to design and create some models in our schema
  • env is added that can contain the database URL
Extensions

First thing, highly recommend if you're on VS Code,installing the Prisma extension, highly recommend it. It gives you the syntax highlighting, but it also does some really cool stuff for you that's super helpful.