Go application setup with PostgreSQL, sqlx, goose migrations

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

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

  • @thuanquoc1231
    @thuanquoc1231 11 месяцев назад +1

    Sometimes I just watch how people do stuff and see if I'm doing stuff correctly or effectively.
    Thank you for making this video 😁👍

  • @Sacred-Lotus
    @Sacred-Lotus 4 месяца назад

    Both presentation in slides and topics are good. 👍🏻 I have to adjust the speech playback a little slower x0.85 😁 to comprehend it smoothly. Topics like trobleshooting Postgres DB are quite useful. Looking forward to your new video on Go, Postgres. 😉

    • @Sacred-Lotus
      @Sacred-Lotus 4 месяца назад

      And thank you for making these videos.

  • @andrii7879
    @andrii7879 11 месяцев назад

    this tutorial is awesome! super helpful

  • @1coderspemula
    @1coderspemula 6 месяцев назад +1

    Thank you so much🥰

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

    Cześć Karol. Świetny filmik. Używam tych samych narzędzi.

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

    Hmm... I've been using rubenv/sql-migrate instead of pressly/goose. The two look like they have many of the same core features that I care about. I have the feeling sql-migrate has been around longer, but goose has broader database support and I find the handling of environment variables within the SQL script to be rather interesting (although I haven't required such a feature as of yet). I do not see as many folks using sql-migrate in my RUclips feeds, though... maybe because it isn't as well known? The goose repository has more recent checkins, but I'm pretty sure sql-migrate isn't abandoned (last checkin as of this comment is about a month ago) so... hm.

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

      I have not tried sql-migrate, and I have switched from yet another tool before that. However, these days I prefer to write Web apps in Elixir anyway!

  • @superchillh3o
    @superchillh3o 10 месяцев назад

    Awesome