Skip to main content

Module json_file_adapter

Module json_file_adapter 

Source
Expand description

JSON-file persistence adapter.

Structsยง

JsonFileAdapter
A JSON-file persistence backend. Each session is stored as <dir>/<id>.json. Suitable for local single-node deployments where Postgres (MVP 4) is not available.