Rare find

Migrate. A tool that moves your data from one place to another as your app changes.

github.com/tj/node-migrate

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2024
  • chore: update repository to point to correct github repository
January 2024
  • fix(ci): updated action versions and fixed ci
  • 2.1.0
  • feat: migrations can be provided as a map of loaded modules closes #203
November 2023
  • 2.0.1
  • fix: file URL when importing migrations so ESM will work on windows
May 2023
  • fix(deps): minimatch@9.0.1
  • fix(deps): rimraf@5.0.1
  • fix(deps): slug@8.2.2
  • feat(test): added github action ci tests
  • fix(deps): chalk@4.1.2
  • fix(deps): mocha@10.2.0
  • fix(deps): standard@17.0.0
  • ES Modules support
  • fix(deps): dateformat@4.6.3
  • Correct TS callback typings
  • fix(deps): mkdirp@3.0.1
  • feat!: drop support for all node versions before 14
  • 2.0.0
  • Fix missing ignoreMissing option in MigrationeOptions typing