A specialized migration management tool for Naawan CMS. Version 1.0.82 provides schema migration and data seeding capabilities tailored for the Naawan content management system. Release cadence is irregular with frequent patches. Key differentiator is its integration with Naawan CMS's specific database structure, limiting broader utility. No documented alternatives or breaking changes. Primarily used with Node.js.
npm install migration-managementNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize MigrationManager with database URL and migrations directory, then run all pending migrations asynchronously.
Check the source code or contact the maintainer for usage details.
Use import statements instead of require.
Prefer using MigrationManager.run() directly if available.
Run 'npm install migration-management' (version 1.0.82) and ensure it's in your dependencies.
Use 'import { MigrationManager } from 'migration-management'' as a named import.No dependency data recorded yet.