Ep1 Golang Microservice Database Setup for E-commerce Backend (Docker & golang-migrate)

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

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

  • @KhoiNguyen-fj6jp
    @KhoiNguyen-fj6jp 23 дня назад

    I like how he explains Docker stuff. Well done.

  • @saifbenzamit5980
    @saifbenzamit5980 4 месяца назад +1

    Good job David keep up❤

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

    Well done.

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

      thank you!

  • @prashlovessamosa
    @prashlovessamosa 4 месяца назад +1

    Great

  • @dwiatmokopurbosakti1193
    @dwiatmokopurbosakti1193 4 месяца назад +1

    niceeee

  • @dwiatmokopurbosakti1193
    @dwiatmokopurbosakti1193 4 месяца назад +1

    why the price column in order_items is int and not decimal ?

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

      thanks for pointing that out, that should be decimal type.

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

    Nice, can you sent link github?

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

      yup, i just shared it in the video description :)

  • @KhoiNguyen-fj6jp
    @KhoiNguyen-fj6jp 14 дней назад

    Here is the cli he ran to create the migration
    docker run -it --rm --network host --volume "$(pwd)/db:/db" migrate/migrate:v4.17.0 create -ext sql -dir /db/migrations init_schema