Module mysql

Source
Available on crate feature mysql only.
Expand description

MySQL storage for apalis. Uses SKIP LOCKED

Structs§

MysqlStorage
Represents a Storage that persists to MySQL

Enums§

MysqlPollError
Errors that can occur while polling a MySQL database.

Type Aliases§

MySqlPool
An alias for Pool, specialized for MySQL.