A migration management application for the Naawan CMS Registrar system. This package provides tools for handling database schema changes and data migrations, specifically tailored for registrar-related workflows. Version 1.0.19 is the latest stable release, with a low release cadence. Key differentiators include integration with Naawan CMS and focus on registrar data structures.
npm install migration-registrarNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import MigrationRegistrar and runMigrations, connect to MongoDB, execute migrations, and handle errors.
Provide config object with at least dbUrl and migrationsDir.
Replace registrar.runAll() with runMigrations(registrar).
Use named imports: import { MigrationRegistrar } from 'migration-registrar'.Run npm install migration-registrar and ensure import uses correct casing.
Use named import: import { MigrationRegistrar } from 'migration-registrar'.Pass a config object with dbUrl property.
No dependency data recorded yet.