Skip to main content

Module mysql

Module mysql 

Source
Expand description

MySQL backend backed by sqlx::MySqlPool.

Structs§

MySqlOutboxPublisher
MySQL implementation of OutboxPublisher backed by sqlx::MySqlPool.
MySqlOutboxStore
MySQL implementation of OutboxStore backed by sqlx::MySqlPool.
MySqlOutboxWorkerBuilder
Fluent builder for an OutboxWorker backed by MySqlOutboxStore.

Functions§

ensure_dead_letter_schema
Apply the dead-letter schema to the target MySQL database.
ensure_schema
Apply the canonical MySQL outbox schema to the target database.