Neon: Serverless Postgres Database

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 18

  • @MF-hx8or
    @MF-hx8or 5 месяцев назад +4

    حامد جان واقعا فوق العاده بود ، من دارم روی زبانم کار میکنم که مثل شما وارد یوتیوب بین المللی بشم و از شما درس میگیرم ❤

    • @hamedbahram
      @hamedbahram  5 месяцев назад +1

      That's amazing! I'd be glad to help :)

    • @dev-akeel
      @dev-akeel 5 месяцев назад

      @MF-hx8or هل لديك قناة ما حاليا؟

  • @Balance-8
    @Balance-8 5 месяцев назад +6

    The login portion of your website is not working. I bought the course but cant log in

    • @hamedbahram
      @hamedbahram  5 месяцев назад +2

      Sorry to hear that, I've sent you an email to resolve the issue.

  • @murtazahanzala5173
    @murtazahanzala5173 Месяц назад +2

    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?

    • @hamedbahram
      @hamedbahram  Месяц назад

      Not sure about that. Please reference the docs.

  • @LutherDePapier
    @LutherDePapier 2 месяца назад

    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?

    • @hamedbahram
      @hamedbahram  2 месяца назад +1

      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.

  • @rakibsiddiki6380
    @rakibsiddiki6380 5 месяцев назад

    please provide your notion documentation also.

    • @hamedbahram
      @hamedbahram  5 месяцев назад

      I'll publish that as a post on my site soon!

  • @kenshinhimura3140
    @kenshinhimura3140 5 месяцев назад +1

    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?

    • @hamedbahram
      @hamedbahram  5 месяцев назад

      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.

    • @destocot1729
      @destocot1729 5 месяцев назад

      @@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

    • @dev-akeel
      @dev-akeel 5 месяцев назад

      ​@@destocot1729 Serverless means Server Less, I mean (sort of).

    • @hamedbahram
      @hamedbahram  5 месяцев назад

      @@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

  • @27sosite73
    @27sosite73 5 месяцев назад

    nice