Skip to content

Instantly share code, notes, and snippets.

@aliastim
Last active October 3, 2019 14:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?

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