A developer has created a lightweight clone of Flyway migrator for PostgreSQL in TypeScript.The developer wanted a solution without including JVM in Docker images to reduce image size.The clone supports versioned migrations, repeatable migrations, and some callbacks.The clone is built using Node.js and has features like migration command dry runs and creating and applying migrations.