Luca Steeb

Results 254 comments of Luca Steeb

Yeah I started the feature here: https://github.com/steebchen/prisma-client-go/pull/1086 but haven't had the time to finish it as it needs some more work. If you want to work on it I'd be...

Yes that looks great!

we added support for this in https://github.com/theopenco/llmgateway-ai-sdk-provider via https://github.com/theopenco/llmgateway-ai-sdk-provider/pull/7

You should try asking ChatGPT to help model your SQL schema and write it in Prisma schema. Maybe you want to remove the task_creator_email and instead use the user relation...

please share your schema.prisma so I can investigate further

What's the motivation for this? I feel like even if you want to have readonly IDs in your application, it's very likely that you will have to set fixed IDs...

Yep that is a great idea @glihm 👍

@alampros Thanks for your kind feedback! you can probably omit the `ENV PRISMA_CLIENT_BINARY_TARGETS` as it should be already set from the ARG