dbup-downtown

JSON →
library 0.0.13 ·javascript
verified Jun 7, 2026

Lightweight database migration command-line tool for Sqlite3. Version 0.0.13 is the latest release. It uses JSON-based migration files with 'up' and 'down' SQL statements, and supports directional migration, fake migrations, listing, and creation of blank migrations. No custom DSL: migrations are raw SQL. Only Sqlite3 supported currently, but extensible to other databases. Provides a single 'migrations' table for state tracking. Suitable for simple projects needing file-based migrations without overhead.