SQLC in Go - Auto-Generating Database Code in Golang

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

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

  • @TheStuzenz
    @TheStuzenz 6 дней назад +1

    Great video - this was just the right level for me to start using the library properly - thanks very much. Loved your approach and pace for explaining it all!

    • @bugbytes3923
      @bugbytes3923  6 дней назад

      @@TheStuzenz great to hear that, thanks for sharing - I need to make some more Go videos soon!

  • @indianintrovert281
    @indianintrovert281 10 дней назад +1

    Thanks a lot brother!! The explaination was so simple and detailed it was easy to follow along

    • @bugbytes3923
      @bugbytes3923  9 дней назад

      Thanks bro! Glad it was helpful.

  • @rootdefault6263
    @rootdefault6263 6 месяцев назад +4

    Brother, Your an angel. I was exhausted writing all the sql, preparing the statments and the scanning it was just exhausting. You saved me alot of time. Thanks alot

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

      Awesome - glad to hear it! Thanks a lot for the comment!

  • @oerickmuller
    @oerickmuller 7 месяцев назад +5

    Aside the great content, you explain what you do and why you do, and do not expect that the viewer already knows (17:09, you enter the \q command and explains why). This makes a huge difference for beginners. Thank you, and congratulations.

    • @bugbytes3923
      @bugbytes3923  7 месяцев назад

      Thanks a lot, glad to hear that this is helpful! Thanks for the nice comment!

  • @keenoogodlike
    @keenoogodlike 7 месяцев назад +2

    I'm just learning Go and finding sql tools. This is the video for me. Great content.

    • @bugbytes3923
      @bugbytes3923  7 месяцев назад

      Thanks a lot, glad you liked it!

  • @AmoahDevLabs
    @AmoahDevLabs 7 месяцев назад +2

    New gist everyday makes me exploring. Thanks very much

  • @Charly9K
    @Charly9K 7 месяцев назад

    very helpful! struggled to understand the documentation. you led me in the right direction. thank you.

  • @plashless3406
    @plashless3406 7 месяцев назад +2

    That's amazing. Thanks for sharing.

    • @bugbytes3923
      @bugbytes3923  7 месяцев назад

      No worries, thanks for watching!

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 7 месяцев назад +2

    Great person, great content.

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

    Clear explanation thank you :)

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

      Thanks for commenting, glad to hear it!

  • @mass13982
    @mass13982 3 месяца назад +1

    Awesome video. Thanks for sharing.

  • @deado7282
    @deado7282 7 месяцев назад +3

    Go Content🎉

    • @deado7282
      @deado7282 7 месяцев назад

      Damn im using that already

    • @bugbytes3923
      @bugbytes3923  7 месяцев назад +1

      More Go coming up soon!

  • @AbegazNap
    @AbegazNap 7 месяцев назад +5

    tried using it in a CRUD heavy app, it has certain quirks on "case when" statements as well as when using the "sqlc.narg" macro on enum columns. "sqlc.slice" macro is also not wholly compatible where arrays can be passed in postgresql. Apart from that it was adequate per my experience.

    • @bugbytes3923
      @bugbytes3923  7 месяцев назад +1

      Interesting, thanks for sharing. I’ve not tried sqlc with CASE statements to be honest, so I’ve never experienced that.

    • @AbegazNap
      @AbegazNap 7 месяцев назад

      @@bugbytes3923 yeah, wanted to do partial updates on some entities. It is aa very nice compiler all in all, tnx for the video

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

    Thank you 👍🙏

  • @HoangVo7
    @HoangVo7 7 месяцев назад +1

    Do you have any intention building big projects using htmx + go + sqlc in the future?

    • @bugbytes3923
      @bugbytes3923  7 месяцев назад +2

      Yes, in this summer I want to release a series on this, but it is still in progress!

    • @HoangVo7
      @HoangVo7 7 месяцев назад

      @@bugbytes3923 I know that you have many running projects so you're quiet busy. Recently, I've been building a toy project using these tech stacks for learning purpose. If you need an assistant/teammate, feel free to contact me. I'm happy to support you to make the project better

  • @EneasHunguana
    @EneasHunguana 7 месяцев назад

    Awesome!! Thank You!!

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

    Thanks!

  • @arilson.santos
    @arilson.santos 6 месяцев назад +1

    I'd like to see an example getting data from join sql to two structs (without Gorm). Has anyone already tried that?

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

    5:01 why we don't need that?

  • @x53LL33
    @x53LL33 7 месяцев назад

    would love to see you cover the Ent package for Go as alternative to SQLC !

    • @brunokingz
      @brunokingz 7 месяцев назад +2

      You don't need frameworks in Go