An ORM adapter for functional-models that stores data in JSON files. Current version 3.0.2. This package implements the datastoreAdapter interface from functional-models, allowing you to use a JSON file as a database backend. It is designed for small-scale, file-based persistence, often used in prototyping, local development, or low-traffic applications. Unlike SQLite or LevelDB, it stores the entire dataset in a single JSON file, which is simple to inspect and version-control. Release cadence is irregular as it is part of the functional-models ecosystem.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Named ESM export. CommonJS require returns the module object; you must destructure or use .datastoreAdapter.
CommonJS named export via destructuring. No default export.
Shows how to set up the ORM with a JSON file, define a model, and create/save a record.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.