7 comments (7 comments)2 reactions (2 reactions)1 assignee (1 assignee)JavaScript1,038 forks (1,038 forks)batch import
Hacktoberfestdatabase/sequelizefeature
Repository metrics
- Stars
- 8,949 stars (8,949 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
It's a bit pain that if we need to migrate data (not schema).
The package we're using now (sequelize) might able to do this (correct me if wrong).
So we need to add some internal mechanism to auto detect version and run corresponding migration scripts.
Contributor guide
- Research direction
- Investigate current database versioning and design a data migration system using Sequelize's migration functionality.
- Tech stack
- javascriptnodejssql
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Node.jsSequelizeGit