Skip to content

MemoryBackend

API reference for MemoryBackend — stores files in an in-process data structure. No filesystem access, no network. Ideal for testing and prototyping.

MemoryBackend

MemoryBackend()

In-memory backend using a tree-indexed data structure.

Zero dependencies, no filesystem access, no network. Designed as a drop-in backend for unit testing, interactive exploration, and documentation examples.

All capabilities except GLOB are supported. The full conformance suite passes with zero skips.

See also