larvitdbmigration-pg

JSON →
library 0.2.3 ·javascript
verified Jun 7, 2026

A database migration tool for PostgreSQL, version 0.2.3. It manages database schema and content changes by running migration scripts in order, tracking the current version in a `db_versions` table. Migrations can be written as JavaScript (async functions) or SQL files. It integrates with the `larvitdb-pg` library and supports custom table names and script paths. Release cadence is low; updates focus on dependency fixes.