Migralite

JSON →
library 1.2.0 ·javascript
verified Jun 7, 2026

Migralite is a lightweight, forward-only SQLite migration tool for Bun, currently at v1.2.0 with a stable release cadence. It simplifies database schema evolution by using simple .sql files as migration scripts, wrapping each migration in a transaction, and tracking applied versions to prevent duplicate runs. Unlike general-purpose migration tools like dbmate or Flyway, Migralite is specifically built for the Bun runtime, offers a CLI with sensible defaults, a migration generator, and can be used as a library for programmatic control. Key differentiators include its minimal design, Bun-native integration, and focus on forward-only migrations for simplicity.