A database migration tool with interactive design, version 0.1.2. It is framework- and language-agnostic, supporting any SQL database. Low release cadence (initial release). Differentiators: interactive mode, simple CLI, no framework binding, similar to db-migrate but simpler. Currently in early development.
npm install tramp-migrationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, migration file format, CLI usage, and programmatic API.
Use .mjs extension or set type:module in package.json.
Pass a db instance with run() method (e.g., better-sqlite3, pg).
Pin version or expect breaking changes.
Run npm install tramp-migration --save-dev or install globally.
Use import trampMigration from 'tramp-migration' (default) and ensure version >=0.1.0.
Create a migrations folder with .js/.mjs files.
No dependency data recorded yet.