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

add TypedSQL feature for Prisma #85

Merged
merged 3 commits into from
Sep 13, 2024
Merged

Conversation

jharrell
Copy link
Contributor

Hello there!

I'm Jon from Prisma. With Prisma 5.19 we released TypedSQL in Preview. This feature makes many uses of $queryRaw obsolete and adds full type safety.

I went ahead and made a few changes to the codebase to use this new feature. Perhaps obviously I'm not very deep into the Plunk codebase, so please let me know if I've missed the mark here.

Thanks for looking!

package.json Outdated Show resolved Hide resolved
Co-authored-by: Jon Harrell <[email protected]>
@driaug
Copy link
Member

driaug commented Sep 13, 2024

This looks wonderful!

Could you please upgrade the version in the main package.json to 1.0.6 and push that change.

Thank you so much for your contribution.

@jharrell
Copy link
Contributor Author

@driaug done, thank you again!

@driaug driaug merged commit 3a82222 into useplunk:main Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants