Releases: johanneslatzel/json-file-store
Releases · johanneslatzel/json-file-store
Release list
v0.1.0
first release of a typed JSON object store for the llm-chat ecosystem:
Features
ObjectStore<T, Id>swappable persistence interface withhas,get,
set,delete,entries, andclearJsonFileStoredirectory-backed store, one<id>.jsonfile per object,
with atomic writes and recursive directory creationMemoryStorein-memory backend implementing the sameObjectStore
interface
Full Changelog: https://github.com/johanneslatzel/json-file-store/releases/tag/v0.1.0