registerMariaDbPlugins
此内容尚不支持你的语言。
registerMariaDbPlugins(
ext,options):MariaDbPluginHandles
Defined in: src/persistence/journals/MariaDbPlugin.ts:53
One-shot registration of the MariaDB journal + snapshot store against the
running PersistenceExtension, returning a ready-to-use DurableState
store handle. Mirrors registerPostgresPlugins.
After this call, activate via:
actor-ts.persistence.journal.plugin = "actor-ts.persistence.journal.mariadb"
actor-ts.persistence.snapshot-store.plugin = "actor-ts.persistence.snapshot-store.mariadb"