Skip to content

Commit

Permalink
remove createMany not supported from remarks section in prisma client…
Browse files Browse the repository at this point in the history
… api reference
  • Loading branch information
grpatel committed Mar 25, 2024
1 parent b8e7eaa commit de5c955
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,6 @@ const deleteUser = await prisma.user.delete({

#### Remarks

- `createMany` is not supported by SQLite.
- The `skipDuplicates` option is not supported by MongoDB and SQLServer.
- You **cannot** create or connect relations - you cannot nest `create`, `createMany`, `connect`, `connectOrCreate` inside a top-level `createMany`
- You can nest a [`createMany`](#createmany-1) inside an `update` or `create` query - for example, add a `User` and two `Post` records at the same time.
Expand Down

0 comments on commit de5c955

Please sign in to comment.