HTMX Go Todo List Application (#4 - CRUD Operations)

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 3

  • @kamilunai605
    @kamilunai605 9 หลายเดือนก่อน +1

    that delete function 🤯

    • @webdevfuel
      @webdevfuel  9 หลายเดือนก่อน +1

      It's a great function for sure, haha. A bit complex, but necessary to rearange the order of the items.

  • @germandavid2520
    @germandavid2520 5 หลายเดือนก่อน +1

    hello, I think you should move tx, err := DB.BeginTx(ctx, nil) to the top of the funcion deleteTask() and execute all the rest of the SQL statements with tx using tx.Exec() and tx.Query().