adbm - async database migration tool
JSON →Simple, pluggable async database migration tool for Node.js >= 12.0.0. Current stable version is 2.0.5. It follows the UNIX philosophy of 'do one thing and do it well': it does not include a CLI for creating migration files. adbm is database-agnostic and requires an adapter for data persistence (e.g., adbm-mongodb). It supports both 'up' and 'down' migration directions, custom migration directories, exclusion of specific migrations, and injection of custom logging. Unlike other migration tools (e.g., migrate, db-migrate), adbm is lightweight, has no CLI, and relies on adapters for different databases. Released as needed; no fixed cadence.