type
StoreFactory
type StoreFactory func(context.Context) (store.Store, error)Lazy lifecycle-owned document-store constructor.
Project commands resolve configuration without calling this factory. Execute closes the returned store during shutdown.
Related types
StoreStarts atomic transactions for operations.