Registry / database / sqlpm
library1.7.3jsnpmunverified

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 sqlpm
INSTALL
IMPORT
SIG · SQLPM
S
sqlpm
databasejavascriptv1.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
npx sqlpm <command>
Not a library import, but CLI tool
sqlpm is a CLI tool, not a library. Use npx or global install.

Install sqlpm globally, generate a new SQL project, add a dependency, and run SQL scripts.

npm install -g sqlpm sqlpm generate-project my-sql-project cd my-sql-project sqlpm add-dependency my-sql-package@1.0.0 sqlpm run-scripts
Debug
Known issues
breakingAlpha software: APIs and behavior may change without notice.
fix
Pin to a specific version and test upgrades.
affects: <2.0
deprecatedUses yarn and lerna which may have their own deprecation notices.
fix
Monitor sqlpm releases for migration to other tools.
affects: *
gotchaRequires Node.js and npm/yarn installed globally.
fix
Ensure Node.js >=12 and npm/yarn are in PATH.
affects: *
Errors
Common errors & fixes
command not found: sqlpm
sqlpm not installed globally or npx not used
fix
Run: npm install -g sqlpm
Cannot find module 'sqlpm'
Attempted to require sqlpm as a library
fix
sqlpm is a CLI tool; use npx sqlpm or global install.
Upgrade
Version history
1.7.3latest on npm
Audit
Dependencies
yarnoptionalUsed for package management under the hood
jestoptionalUsed for testing SQL packages
lernaoptionalUsed for mono-repo and semantic versioning
Agent activity
12 hits · last 30 days
node
10
Meta
1
OpenAI (training)
1
Resources
packagesqlpm
sqlpm — npm install sqlpm · libregistry