Skip to content

Releases: johanneslatzel/json-file-store

Release list

v0.1.0

Choose a tag to compare

@johanneslatzel johanneslatzel released this 31 Aug 10:01

first release of a typed JSON object store for the llm-chat ecosystem:

Features

  • ObjectStore<T, Id> swappable persistence interface with has, get,
    set, delete, entries, and clear
  • JsonFileStore directory-backed store, one <id>.json file per object,
    with atomic writes and recursive directory creation
  • MemoryStore in-memory backend implementing the same ObjectStore
    interface

Full Changelog: https://github.com/johanneslatzel/json-file-store/releases/tag/v0.1.0