A Postgres database for every GitHub branch 🤝 GitHub branching strategy best practices

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

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

  • @Supabase
    @Supabase  9 месяцев назад +13

    Keep up with everything we are launching here: supabase.com/launch-week?

  • @eez
    @eez 9 месяцев назад +11

    this is awesome... game changer ..thanks for the demo.

    • @JonMeyers
      @JonMeyers 9 месяцев назад +3

      Absolute game changer! Glad you enjoyed it! 🙌

  • @dshukertjr
    @dshukertjr 8 месяцев назад +7

    This is what everyone has been waiting for!

  • @thorwebdev
    @thorwebdev 8 месяцев назад +6

    The GitHub for Postgres, amazing work! 💪

  • @antonkouliavtsev2501
    @antonkouliavtsev2501 9 месяцев назад +12

    Awesome! I was really looking forward to this one. :)

    • @JonMeyers
      @JonMeyers 9 месяцев назад +3

      Yeah, I am so excited! It also unlocks some pretty amazing things for the future! of Supabase! 🚀

  • @maloxi1472
    @maloxi1472 9 месяцев назад +16

    I'd love to see this kind of integration with Cloudflare Pages 😲

    • @JonMeyers
      @JonMeyers 9 месяцев назад +4

      That would be awesome! 💯

    • @JonMeyers
      @JonMeyers 8 месяцев назад +1

      Branches can still be created manually. The Vercel integration just automates the process! 🚀

  • @dnlmgwi
    @dnlmgwi 9 месяцев назад +10

    Supabase!

    • @JonMeyers
      @JonMeyers 9 месяцев назад +4

      This is only the beginning! 🚀

    • @Supabase
      @Supabase  9 месяцев назад +4

      🫡

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

    You should have mentioned that Database Branching is only available on the Pro Plan :)

  • @nikhilpsathyanathan
    @nikhilpsathyanathan 9 месяцев назад +7

    This is cool. What happens if there is a migration error?

  • @jeremytenjo
    @jeremytenjo 9 месяцев назад +7

    wow

    • @JonMeyers
      @JonMeyers 9 месяцев назад +2

      I know, right?

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

    Good but who creates features right from the PRODUCTION branch? Can you show us normal workflow like DEV, QA, PROD?

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

    Holy S***! Awesome. Thank you.

  • @rodrigomansuelinunes1285
    @rodrigomansuelinunes1285 8 месяцев назад +1

    Let's branch it out!

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

    Would be really helpful if you did a tutorial on how to build a Dashboard and Customer management portal similar to what you see in Supabase.

  • @AnindoSarker
    @AnindoSarker 6 месяцев назад

    exactly what I was looking for.

  • @supa_olirice
    @supa_olirice 8 месяцев назад +1

    this is awesome 🚀

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

    Great. I wonder how it can work with mobile apps especially Flutter.

  • @holycrimpsauce
    @holycrimpsauce 9 месяцев назад +2

    It’s a cool feature. But I don’t want to use Vercel personally. And work uses AWS.

    • @JonathanSummersMuir
      @JonathanSummersMuir 9 месяцев назад

      Nice! How are you using AWS today?

    • @JonMeyers
      @JonMeyers 8 месяцев назад +1

      Branches can be created manually - the Vercel integration just automates the process! 👍

  • @ShadowsPowerFy
    @ShadowsPowerFy 8 месяцев назад +2

    Is it posibble to use this without running supabase locally? So i dident have to make migrations.

  • @cheapliquor4530
    @cheapliquor4530 8 месяцев назад

    This is great! Does this feature also covers changes to Edge Functions, or only to the Database?

  • @awalias
    @awalias 8 месяцев назад

    can't wait to spin up 100000000x branches

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

    Vercel creates preview links for commits, branches, PRs... Will all these work ? What if there are no new migrations, will it create a branch anyway, or connect to the main one ? Does the branch live as long as the Vercel preview ?

  • @dave_m98
    @dave_m98 9 месяцев назад +1

    How do I make a .supabase folder? Is it like all my supabase configurations I looked online but couldn't find anything. Great video, by the way!

    • @JonathanSummersMuir
      @JonathanSummersMuir 9 месяцев назад +1

      Have you been using the CLI to make migrations already?
      if so, you probably already ran `supabase init` which means you already have a ./supabase directory in your repo. Branching will use the same directory and the same migration files. Also your seed.sql file will work as well.

  • @frnk_snslvdr
    @frnk_snslvdr 8 месяцев назад

    so cool 🤯🤯🤯

  • @peteredmonds1712
    @peteredmonds1712 8 месяцев назад +1

    How about Supabase Functions? Could I set up a new endpoint, perhaps a postgres trigger, and have it deployed in a preview env?

    • @Supabase
      @Supabase  8 месяцев назад +1

      Yup, as long as you include the function definition in the migration file, it will be available in the preview branch!

    • @peteredmonds1712
      @peteredmonds1712 8 месяцев назад

      @@Supabase Hmm okay. Will that newly added edge function (or any changes to existing functions) also modify my production environment, or are function changes local to that preview environment? If so, how does supabase resolve endpoints in different preview environments?

  • @amiranvarov
    @amiranvarov 8 месяцев назад

    so it is same thing that Prisma was offering in their migrations?

  • @davebenjamin4388
    @davebenjamin4388 9 месяцев назад

    when do you expect this to come out of alpha? there's currently a warning in your docs not to use this for production systems...

  • @DeepakDonde
    @DeepakDonde 4 месяца назад

    It would be great if you slow down a little bit....