Support
I need help in completing my project, i am not so experienced in using database and all, i've created the database and connected it, don't know what to do from there, please help
4 Replies
You chose to debug with a human. They'll tinker with your query soon. If you get curious meanwhile, hop into
#ask-ai for a quick spin!I would try some videos and guides 🤔
https://www.youtube.com/watch?v=QXxy8Uv1LnQ
https://www.youtube.com/watch?v=gimSKEsWYb4
https://www.prisma.io/docs/guides
there are lot of videos on youtube try searching "prisma tutorials" and follow it
ByteGrad
YouTube
Prisma in Next.js - My Fav Way to Work with Databases (CRUD, Dev/Pr...
👉 Check out Prisma: https://www.prisma.io/?via=bytegrad (paid sponsorship & I get commission from your purchases)
Disclaimer: this is a sponsored video (paid). It's your responsibility to evaluate safety, accuracy and other relevant parts of the reviewed product.
👉 NEW React & Next.js Course: https://bytegrad.com/courses/professional-react...
PedroTech
YouTube
Prisma ORM Full Course 2025 | Become a Prisma Pro in 2.5 Hours
To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/PedroTech/ . You’ll also get 20% off an annual premium subscription.
In this video, we will be learning one of the biggest database ORMs in the industry, Prisma. We will start with the basics up until the point where we can build a fullstack app ...
Prisma Guides | Prisma Documentation
A collection of guides for various tasks and workflows.
Thanks sir
can anyone help fix this error -
Prisma config detected, skipping environment variable loading.
Prisma schema loaded from prisma\schema.prisma
Error: Prisma schema validation - (get-config wasm)
Error code: P1012
error: Error validating datasource
db: the URL must start with the protocol postgresql:// or postgres://.
--> prisma\schema.prisma:14
|
13 | provider = "postgresql"
14 | url = env("DATABASE_URL")Make sure your database url is a correct postgres connection string