Skip to main content

Module memory_cli

Module memory_cli 

Source
Expand description

Memory backend CLI-backed memory adapter.

This adapter shells out to the memory backend CLI and uses the local project’s .backend.yml / .backend-data (resolved relative to project_dir).

It is intentionally conservative:

  • Uses memory-backend query ... --output json for query results.
  • Uses memory-backend memory insert ... for inserts.
  • Emits explicit errors on unsupported operations.

Structs§

MemoryCliAdapter