Tiny Postgres Migrator

JSON →
library 2.0.0 ·javascript
verified Jun 5, 2026

Tiny Postgres Migrator is a lightweight, zero-config database schema migration tool specifically designed for the 'postgres' Node.js driver (ESM-native). Version 2.0.0 runs entirely from the command line or programmatically, supports both async/await and simple SQL file migrations. Unlike larger ORM-based tools (e.g., Sequelize, TypeORM), it offers minimal overhead, no external dependencies besides 'postgres', and a straightforward up/down migration pattern with plain SQL files. The library has a monthly release cadence and is actively maintained for bug fixes and Node.js compatibility.