migration
JSON →Migration is a Node.js framework for managing database schema migrations using JavaScript files. It supports running migrations up or down to specific timestamps, and includes features like compiler support for JS preprocessors and environment flags. Based on TJ's node-migrate, it differentiates itself by using timestamps instead of sequence numbers, and supports custom compilers via the --compiler flag. Version 0.3.0 is stable with infrequent updates; compatible with Node >=0.8.0 and npm >=1.2.10. It stores migration state in a hidden file and is ideal for projects needing simple, file-based migration management.
Traffic · last 30 days stale · no recent hits
total hits 7
actors 2 distinct systems
last hit 20d ago human
top countries 🇸🇬 Singapore · 🇺🇸 United States · 🇫🇷 France
Resources
packagemigration ↗