Postgres & Sequelize - Loading Data

Sdílet
Vložit
  • čas přidán 16. 03. 2021
  • This is the very last video, and we will be talking about loading data among some other things.
    If you wish to support me, here is my patreon page:
    www.patreon.com/webdevjourney...
    If you wish to buy me some coffee:
    www.buymeacoffee.com/webdevjo...
    Model Associations: sequelize.org/master/manual/a...
    Transactions Video: • MySQL - Checkout - FIN...
    Docker Command to run Postgres: docker run --name postgres-dev -e POSTGRES_PASSWORD=admin -p 5432:5432 -d --rm postgres
    Get Docker IP Address:
    docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id
    Server Boilerplate Github: github.com/webdevjourneyWDJ/S...
    Server Boilerplate Video: • How I Setup My Server
    Docker Postgres Image: hub.docker.com/_/postgres
    Postgres GUI: www.pgadmin.org/

Komentáře • 11

  • @gsateesh7643
    @gsateesh7643 Před rokem +1

    @WebDevJourney Love you man, your videos on the sequalize are very clean and catchy. If you can put a one more video on migrations and adding column on existing table and modifying columns and so on, it would be great!

  • @WebDevJourney
    @WebDevJourney  Před 3 lety +2

    Sorry if I sound sluggish, don't know why but had a hard time thinking. Not surprising, I know!

  • @8koi245
    @8koi245 Před rokem

    I got your while series injected into me in like 3hrs straight... got so lost after the 1st one now I finally made work the N:M and fetches the same as the example you gave here!!! much love

  • @fiantop8
    @fiantop8 Před 8 měsíci

    Awesome series!

  • @adesayoadesokan8742
    @adesayoadesokan8742 Před 10 měsíci

    Thanks so much man, you literally saved my life man! Kudos bro, amazing stuff! cheers

  • @Taha14730
    @Taha14730 Před 3 lety

    Just awesome, much helpful

  • @dbsSensei
    @dbsSensei Před 3 lety

    Thank you very much, It's very helpful.

  • @tekashinakamura8719
    @tekashinakamura8719 Před 2 lety

    Thanks for your video which helps alot

  • @eneomaos33
    @eneomaos33 Před rokem

    Thank you!

  • @danielniels22
    @danielniels22 Před 2 lety

    Thank you sir. What about "seeders"? When I do "sequelize init", it automatically generates that folder.
    Seeders do automatically generate entries in our tables right? But is that really necessary to learn? Thank you...