-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Prisma uuid(7) #196
Comments
@micobarac Interesting, is this fix simply updating the Prisma dependency used in Snaplet? |
@peterp I was considering using Snaplet Seed for seeding default data in NestJS experimental project via Prisma. Prisma has a built-in support for UUID v7. UUID v7 has a numerous benefits over older versions. The problem is, Snaplet Seed doesn't expect a parameter inside |
@micobarac Understood, I think this may be because the Prisma version that Snaplet Seed is using is a bit outdated. Could you update our Prisma dependencies and see if it allows |
Thanks. I will give it a try. |
@micobarac -- see this comment. #201 (comment) I was able to get |
Feature request
Is your feature request related to a problem? Please describe.
Currently,
Prisma
uuid(7)
isn't supported.Describe the solution you'd like
I'd like the
uuid version 7
support.Describe alternatives you've considered
I don't see a way around this.
Additional context
Installed dependencies:
The text was updated successfully, but these errors were encountered: