Hi, I’m trying to use `createMany` , but it seems ...
# orm-help
m
Hi, I’m trying to use
createMany
, but it seems it couldn’t be found.
Property 'createMany' does not exist on type.
I’m using
v2.26.0
and sqlite. I’ve tried to put it into previewFeature, but I then get
Please either remove the "createMany" feature flag or use any other database type that Prisma supports: postgres, mysql or sqlserver.
Any idea?
r
@Marc 👋 Currently
createMany
isn’t supported for SQLite. It would be great if you could add a 👍 for this so that we can look at the priority.
m
@Ryan is there a reason for that?
r
I’m not sure, maybe @Julius de Bruijn has an idea.