@johannes.latzel/json-file-store
v0.1.0
Published
JSON object file store using one file per object
Downloads
47
Readme
JSON File Store
This is a simple typed JSON object store persisting each object into a single json file. This package was written and published for usage in llm-chat-memory and llm-chat-task.
Disclaimer: This package was written entirely by AI. Use at your own risk.
Features
- typed object store
- json file persistence with one file per object
Prerequisites
- Node.js >= 18
Installation
npm install @johannes.latzel/json-file-storeDocumentation
Full documentation at johanneslatzel.github.io/json-file-store/
Contributing
Issues and PRs welcome at github.com/johanneslatzel/json-file-store.
License
MIT, see LICENSE.
