Expand description
In-memory resource store for tests and local development.
InMemoryResourceStore is a thin composition over
olai_store::InMemoryStore wrapped in an
olai_store::ManagedObjectStore (for inline sensitive-field sealing) and
lifted to the typed ResourceStore API by
ObjectStoreAdapter. It
mirrors the durable backends (sqlite/postgres) so the same code paths —
object/association storage and inline secret sealing — are exercised in
tests, without a database.
Structs§
- InMemory
Resource Store - An in-memory implementation of a resource store.