Skip to content

Commit

Permalink
Update README.mdx (#27)
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
justin48 authored Nov 25, 2023
1 parent 0d0fde5 commit aca73fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/07.updating/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ await prisma.rocket.delete({

While Prisma with SQLite does not support `createMany`, it does support
`updateMany` and `deleteMany`. So if your `where` clause matches more than one
record, your update will apply every record that matches. However, `upsertMany`
record, your update will apply to every record that matches. However, `upsertMany`
is not supported.

You can also perform nested queries for these as well.
Expand Down

0 comments on commit aca73fa

Please sign in to comment.