Persistence#

The data store: root-level registry plus per-collection catalog, product tables, and immutable object store. Created only by adapt init; consumers read through StoreClient.

Store-level exceptions, shared by every persistence component.

exception adapt.persistence.errors.AlreadyInitializedError#

Bases: StoreError

The root already contains an initialized store.

exception adapt.persistence.errors.StoreError#

Bases: Exception

A store-level operation failed.