Skip to content
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

Prisma client API support #218

Closed
penberg opened this issue Nov 11, 2021 · 2 comments
Closed

Prisma client API support #218

penberg opened this issue Nov 11, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@penberg
Copy link
Contributor

penberg commented Nov 11, 2021

It would be nice to be able to use the Prisma client API in ChiselStrike endpoints. As pointed out by @espindola, running Prisma as-is is hard because of various issues (Prisma does not run on Deno, we would need to integrate with the Prisma Engine), but we could likely re-target the Prisma client code generator for ChiselStrike.

@penberg
Copy link
Contributor Author

penberg commented Nov 11, 2021

Comment moved from Notion from @espindola:

So, for really running prisma we probably need to drop deno and create a nodejs binding for rust: prisma/prisma#2452 (comment)

@penberg penberg added the enhancement New feature or request label Nov 11, 2021
@penberg
Copy link
Contributor Author

penberg commented Apr 21, 2022

I am closing this as we're currently not pursuing Prisma client API support. We can open a new ticket if this becomes relevant in the future.

@penberg penberg closed this as completed Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant