sqlpm (v1.7.3) is a SQL package manager that treats SQL code as reusable, versioned packages with dependency management, semantic versioning, and testing. It leverages JavaScript tooling (yarn, jest, Lerna) under the hood but focuses on SQL DDL management. It is still in alpha, with limited documentation and likely breaking changes. Differentiated by bringing npm-like workflows to SQL, supporting multiple SQL flavors, and mono-repo integration.
npm install sqlpmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install sqlpm globally, generate a new SQL project, add a dependency, and run SQL scripts.
Pin to a specific version and test upgrades.
Monitor sqlpm releases for migration to other tools.
Ensure Node.js >=12 and npm/yarn are in PATH.
Run: npm install -g sqlpm
sqlpm is a CLI tool; use npx sqlpm or global install.