You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Hello, I've been trying to install Prisma for my project, but I cannot generate the client (prisma.rs)
I don't have any error, I only see this:
when using
cargo prisma generateand my computer goes crazy with rustc and the Microsoft Linker, but no files or anything.I have the following schema file:
And I created a crate named

prisma-cliexactly as explained on the documentation: