The sqlite-source package packages the SQLite amalgamation (a single C source file) as an npm dependency. Version 0.3510200.0-sqlite-amalgamation bundles SQLite 3.51.0. This package is published to npm to allow Node.js addons or other C/C++ projects to depend on a specific SQLite version via npm. It updates with each new SQLite release. The key differentiator is providing SQLite's C source as an npm package for toolchain integration.
npm install sqlite-sourceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to reference the SQLite amalgamation source in a Node.js native addon build.
Only use as a dependency for C/C++ compilation (e.g., via node-gyp).
Check the npm page for exact version mapping. Example: 0.3510200.0-sqlite-amalgamation corresponds to SQLite 3.51.0.
This is not a JS module; use as a dependency for C/C++ builds only.
No dependency data recorded yet.