bun-migrate
JSON →A lightweight PostgreSQL migration tool for Bun, inspired by postgres-migrations but using Bun's built-in SQL client instead of the pg package. Current stable version is 1.0.9, released occasionally with no fixed cadence. Key differentiators: leverages Bun's native PostgreSQL client for faster startup and smaller dependencies, supports SQL-only migrations with sequential integer IDs, no rollbacks, file hash integrity checks, and PostgreSQL advisory locks for concurrency. Ideal for Bun-based projects needing simple, forward-only database migrations.
Resources
packagebun-migrate ↗