Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanell/sequelize-squash
An example repository for squashing migrations with sequelize.
https://github.com/jordanell/sequelize-squash
nodejs sequelize
Last synced: about 1 month ago
JSON representation
An example repository for squashing migrations with sequelize.
- Host: GitHub
- URL: https://github.com/jordanell/sequelize-squash
- Owner: jordanell
- License: mit
- Created: 2018-05-31T16:45:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T22:52:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T07:27:44.831Z (almost 2 years ago)
- Topics: nodejs, sequelize
- Language: JavaScript
- Size: 666 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sequelize-squash
An example repository for squashing migrations with sequelize.
For a full explanation of this code base, see [this blog post](https://medium.com/riipen-engineering/squashing-migrations-with-sequelize-5478336247e5).