{"library":"adbm","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"2.0.5","tags":["javascript","database","mongo","mongodb","migration"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install adbm","imports":["import { adbm } from 'adbm'","import { getMigrationObjectsFromDirectory } from 'adbm'","import type { MigrationObject } from 'adbm'"]},{"cmd":"yarn add adbm","imports":[]},{"cmd":"pnpm add adbm","imports":[]}],"homepage":"https://github.com/daerion/adbm#readme","github":"https://github.com/daerion/adbm","docs":null,"changelog":null,"pypi":null,"npm":"adbm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}