Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.76k stars 104 forks source link

Prisma Rust Client Generation #264

Closed NelminDev closed 1 year ago

NelminDev commented 1 year ago

Hey mates, I did setup the Prisma Rust Client like the docs says but when I execute cargo prisma generate the file prisma.rs doesn't get created. I dont get a error in the CLI

Brendonovich commented 1 year ago

Guessing you got it figured out? 😆

NelminDev commented 1 year ago

Yes, I created in my crate instead of a workspace crate