Migralite
JSON →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.
Traffic · last 30 days stale · no recent hits
total hits 7
actors 1 distinct systems
last hit 21d ago human
top countries 🇸🇬 Singapore · 🇺🇸 United States · VN
Resources
packagemigralite ↗