Base implementation for jsreport SQL-based template stores. Version 1.4.2 provides shared SQL store logic for jsreport databases (PostgreSQL, MySQL, SQLite). Released as needed with other jsreport packages. Differentiator: centralizes SQL store patterns so individual SQL store adapters don't reimplement common functionality.
npm install jsreport-sql-storeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to extend SqlStore base class and initialize it (ESM import, async init).
Ensure your subclass defines a `provider` object with required methods (find, insert, update, remove).
Use find({}) instead.Always pass { model: {...} } to super().Extend SqlStore and implement provider.
Set this.provider in constructor before calling super.init().
Run: npm install jsreport-sql-store and check import path.
No dependency data recorded yet.