{"library":"mgrt","type":"library","category":null,"description":"A minimal database migration tool for Node.js, version 0.2.8 (last release, likely abandoned since 2014). It provides a simple CLI to create, apply (`up`), rollback (`down`), and refresh migrations. Migrations are plain JavaScript files exporting `up` and `down` functions using callback-based (success/error) or async patterns. Compared to tools like `db-migrate` or `knex`, mgrt is un-opinionated, has no built-in database adapters, and relies on custom storage backends. Designed for lightweight projects, but lacks maintenance and modern features like ESM support.","language":"javascript","status":"abandoned","version":"0.2.8","tags":["javascript","migration","db","migrations"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install mgrt","imports":["no package export; migrations are files with exports","exports.up = function(success, error) { ... }","exports.down = function(success, error) { ... }"]},{"cmd":"yarn add mgrt","imports":[]},{"cmd":"pnpm add mgrt","imports":[]}],"homepage":"https://github.com/boo1ean/mgrt","github":"https://github.com/boo1ean/mgrt","docs":null,"changelog":null,"pypi":null,"npm":"mgrt","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}