Перейти к содержимому
Русский

LibSqlPluginHandles

Это содержимое пока не доступно на вашем языке.

LibSqlPluginHandles = object

Defined in: src/persistence/journals/LibSqlPlugin.ts:17

readonly durableStateStore: LibSqlDurableStateStore

Defined in: src/persistence/journals/LibSqlPlugin.ts:24

The DurableState store instance. PersistenceExtension carries no DurableState registry (same as the Postgres, MariaDB and object-storage plugins), so callers who want DurableState read it from the return value and pass it into their DurableStateActor options.