跳转到内容
简体中文

RegisterMariaDbPluginsOptionsType

此内容尚不支持你的语言。

RegisterMariaDbPluginsOptionsType = object

Defined in: src/persistence/journals/MariaDbPluginOptions.ts:8

readonly optional durableStateStore?: MariaDbDurableStateStoreOptions

Defined in: src/persistence/journals/MariaDbPluginOptions.ts:22

Durable-state-store builder — its pool is overridden by the shared pool when set.


readonly optional journal?: MariaDbJournalOptions

Defined in: src/persistence/journals/MariaDbPluginOptions.ts:18

Journal builder — its pool is overridden by the shared pool when set.


readonly optional pool?: MariaDbPoolLike

Defined in: src/persistence/journals/MariaDbPluginOptions.ts:14

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.


readonly optional serializer?: Serializer

Defined in: src/persistence/journals/MariaDbPluginOptions.ts:16

Shared payload serializer injected into all three stores (a leaf’s own serializer wins).


readonly optional snapshotStore?: MariaDbSnapshotStoreOptions

Defined in: src/persistence/journals/MariaDbPluginOptions.ts:20

Snapshot-store builder — its pool is overridden by the shared pool when set.