Skip to content

Instantly share code, notes, and snippets.

@aliastim
Last active October 3, 2019 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliastim/2841b176a2f8131fc610f2e5f03b0695 to your computer and use it in GitHub Desktop.
Save aliastim/2841b176a2f8131fc610f2e5f03b0695 to your computer and use it in GitHub Desktop.

Intéragir avec sa base de données avec l'ORM Sequelize

npm install sequelize

voir la Notice

Pour intéragir avec la base de données :

Installer Sequelize-cli :

npm install sequelize-cli

Pour afficher la liste des commandes :

npx sequelize --help

Sequelize-cli Voir aussi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment