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:
StoreErrorThe root already contains an initialized store.
- exception adapt.persistence.errors.StoreError#
Bases:
ExceptionA store-level operation failed.