Clunky Migration Tool

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A version migration tool written in Bash for applying upgrades from a source to a target, commonly used for PostgreSQL database schema and data migrations. Current stable version is 1.0.0. It follows a release cadence of manual releases via GitHub. Key differentiators: it is source- and target-agnostic via a simple Bash function interface, supports both incremental and from-scratch migrations, and includes a built-in filetree source and psql target. It is minimal and fast compared to heavier alternatives like Flyway or Liquibase.