Skip to content

Commit

Permalink
Update content/100-getting-started/01-quickstart.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Nov 24, 2023
1 parent a3cf023 commit feb0dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/100-getting-started/01-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This command did three things:

1. It created a new SQL migration file for this migration in the `prisma/migrations` directory.
2. It executed the SQL migration file against the database.
3. It ran `prisma generate` under the hood, which installed Prisma Client and generated a Client based on your models.
3. It ran `prisma generate` under the hood (which installed the `@prisma/client` package and generated a tailored Prisma Client API based on your models).


Because the SQLite database file didn't exist before, the command also created it inside the `prisma` directory with the name `dev.db` as defined via the environment variable in the `.env` file.
Expand Down

0 comments on commit feb0dba

Please sign in to comment.