I love the idea of that database branching, seems like a game changer to test features. I think the best flow would be to make a branch from main - let's call it dev/me -, and then another branch from dev/me so that when resetting the branch to the parent, it is reset to dev/me instead of main which is live and bound to have changed in the meantime. Do you know if that's a common practice on Neon?
The most complicated video you made. I am using prisma and prisma client. Then I take use the link that prisma give. Why your video is so complicated? Why the neon server less driver?
You can continue to use the Prisma client and skip that step, It's absolutely fine to use the Prisma client if you don't intent to query your database from the edge runtime (e.g middleware function in NextJs). The Neon serverless driver is a low latency driver that allows you to query your database over HTTP.
@@hamedbahram Do you have good resources to really understand what this all means over HTTP, serverless etc. I have been using Next.js for a few months now but I still dont really know what they mean by serverless
@@destocot1729 That can make a topic for a video I don't have yet. You can check here for further reading → nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes
حامد جان واقعا فوق العاده بود ، من دارم روی زبانم کار میکنم که مثل شما وارد یوتیوب بین المللی بشم و از شما درس میگیرم ❤
That's amazing! I'd be glad to help :)
@MF-hx8or هل لديك قناة ما حاليا؟
The login portion of your website is not working. I bought the course but cant log in
Sorry to hear that, I've sent you an email to resolve the issue.
Hey, can you tell me by default how much connection we can have in pool of neon? If I want to increase the limit of pool connection, how to do it?
Not sure about that. Please reference the docs.
I love the idea of that database branching, seems like a game changer to test features. I think the best flow would be to make a branch from main - let's call it dev/me -, and then another branch from dev/me so that when resetting the branch to the parent, it is reset to dev/me instead of main which is live and bound to have changed in the meantime. Do you know if that's a common practice on Neon?
I don't think that the common practice but that could work. Typically if you're resetting a branch it's to get the latest data from the main.
please provide your notion documentation also.
I'll publish that as a post on my site soon!
The most complicated video you made.
I am using prisma and prisma client. Then I take use the link that prisma give.
Why your video is so complicated? Why the neon server less driver?
You can continue to use the Prisma client and skip that step, It's absolutely fine to use the Prisma client if you don't intent to query your database from the edge runtime (e.g middleware function in NextJs). The Neon serverless driver is a low latency driver that allows you to query your database over HTTP.
@@hamedbahram Do you have good resources to really understand what this all means over HTTP, serverless etc. I have been using Next.js for a few months now but I still dont really know what they mean by serverless
@@destocot1729 Serverless means Server Less, I mean (sort of).
@@destocot1729 That can make a topic for a video I don't have yet. You can check here for further reading → nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes
nice
Thanks!