RegisterMariaDbPluginsOptions
此内容尚不支持你的语言。
Defined in: src/persistence/journals/MariaDbPlugin.ts:19
Properties
Section titled “Properties”durableStateStore?
Section titled “durableStateStore?”
readonlyoptionaldurableStateStore?:Omit<MariaDbDurableStateStoreOptions,"pool">
Defined in: src/persistence/journals/MariaDbPlugin.ts:31
Durable-state-store-specific options. Defaults to {} (uses the shared pool).
journal
Section titled “journal”
readonlyjournal:Omit<MariaDbJournalOptions,"pool">
Defined in: src/persistence/journals/MariaDbPlugin.ts:27
Journal-specific options.
readonlyoptionalpool?:MariaDbPoolLike
Defined in: src/persistence/journals/MariaDbPlugin.ts:25
Shared connection pool injected into all three stores. When provided,
the journal + snapshot + durable-state stores reuse ONE pool. When
omitted, each store lazily builds its own from its url / poolConfig.
snapshotStore
Section titled “snapshotStore”
readonlysnapshotStore:Omit<MariaDbSnapshotStoreOptions,"pool">
Defined in: src/persistence/journals/MariaDbPlugin.ts:29
Snapshot-store-specific options.