-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update Prisma Postgres guide to use @prisma/adapter-pg adapter #12724
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
Update Prisma Postgres guide to use @prisma/adapter-pg adapter #12724
Conversation
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Hi @AmanVarshney01 ! Can you let me know why you are proposing this change, and whether the existing content is incorrect, or whether this is just a preference? |
|
Sorry @sarah11918, I missed your comment 😅. With the new Prisma 7 release, we now need to use the I have verified all the changes with the team. I am a DA at prisma. |
sarah11918
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the extra context, @AmanVarshney01 , and for coming to update our docs! Glad to have these updated, and happy to welcome you to Team Docs! 🥳
|
Thanks @sarah11918 Also, do you remember my guestbook that the entire Astro team came and signed?. I am a fan of astro for a very long time. 🥰
amanv.dev |
|
Amazing! I'm sorry, I didn't make the connection that it was you, but of course I absolutely remember your guestbook. It was the very first one built after we released Astro DB!!! So, what you're saying is it took THIS LONG for you to get into the docs?? This seems like an error we're now remedying! |

Updates the Prisma Postgres guide to use
@prisma/adapter-pgadapter instead of Accelerate extension for direct TCP connections. Reorganizes connection methods into two clear sections: Prisma ORM (recommended) and other ORMs/libraries.