Brendan Allan
04/01/2022, 2:37 PMAustin
04/01/2022, 8:35 PMcreateMany
method on the Prisma Client when using SQLite. You can still use raw SQL to achieve this, but it isn’t supported by the regular, nice-to-use Prisma methods.Brendan Allan
04/07/2022, 6:23 PMcreateMany
, why hasn’t the workaround been used to implement it? I kind of interpreted it as saying inserting many rows at once ‘is not supported out of the box’ for SQLite, externally of Prisma. Would love to be wrong though and see it implemented later.