Platform-specific binary for sql-migrate on Linux x64. Version 1.8.1. This package is a distribution binary for the sql-migrate CLI tool. It should not be installed directly; instead, install the multi-platform wrapper npmw-sql-migrate which automatically selects the correct binary. The tool provides database migrations with support for multiple drivers (MySQL, PostgreSQL, SQLite) and a simple migration file format. It uses raw SQL migrations and can be used programmatically or via CLI.
npm install npmw-sql-migrate-linux-x64No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates how to invoke the sql-migrate binary directly from Node.js using child_process.
Install the wrapper package npmw-sql-migrate instead, which handles platform detection.
Use child_process or install npmw-sql-migrate for programmatic usage.
Install npmw-sql-migrate (the wrapper) instead, which automatically selects the correct binary for your platform.
This package is a binary. Use `const binaryPath = require.resolve('npmw-sql-migrate-linux-x64')` to get the path, then execute via child_process.