prisma1
prisma1 copied to clipboard
Rust support for Prisma client
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Came here to post this as well. But I am not sure, if we should wait for juniper to stabilize to 1.0 first?
Has there been any movement on this?
Bumping this as well. This could be highly relevant to projects I'm involved in.
The performance improvement just from having the client engine running with a rust build shows us there should be prisma-client-rust. But maybe it's a bit overwhelming for the team at this moment with so many issues with client panic.
How can the implementation of rust look? Should it be a crate so any newbie like me can take advantage of it? Maybe integration with actix and diesel? Rocket?
I understand this needs discussion, maybe over the slack.
There have been some movements,
A PoC can be found here, https://github.com/seunlanlege/prisma-codegen-rs kindly help him out.
Moreover from slack,
you can take advantage of our query ast and connector crate https://github.com/prisma/quaint
would use
I really like DX of Prisma in typescript land, Rust support would be a plus