Skip to content

Instantly share code, notes, and snippets.

View Ye1enaaa's full-sized avatar
:fishsticks:
Bricked

Erickson Avila Dela Cruz Ye1enaaa

:fishsticks:
Bricked
View GitHub Profile
@bgoonz
bgoonz / sequelize-cheatsheet.md
Last active April 5, 2024 17:59
sequelize-cheat-sheetmd

Sequelize Cheatsheet

Command Line

Sequelize provides utilities for generating migrations, models, and seed files. They are exposed through the sequelize-cli command.

Init Project

$ npx sequelize-cli init