Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Gestion BDD Heroku sur pgAdmin 4

Johann Hospice edited this page Apr 24, 2020 · 2 revisions

Tuto à suivre : https://medium.com/@vapurrmaid/getting-started-with-heroku-postgres-and-pgadmin-run-on-part-2-90d9499ed8fb

INSTALLATION BD LOCAL

  • telechargement des binaire postgres $ .\initdb.exe --username=postgres --auth=trust -D ..\data
    $ .\pg_ctl.exe start -D ../data # lancement de la db
  • on peut verifier par pgadmin
  • creation de la base
  • installation de sequelize, sequelize-cli et pg en global $ sequelize db:migrate
  • fini !