oban-bg / oban

💎 Robust job processing in Elixir, backed by modern PostgreSQL and SQLite3
https://oban.pro
Apache License 2.0
3.37k stars 313 forks source link

Support MySQL #1177

Closed sorentwo closed 1 week ago

sorentwo commented 1 week ago

This adds support for MySQL databases via a new Dolphin engine and the myxql driver. This is currently a WIP because of the numerous incompatibilities with how Postgres (and even SQLite3) operate.

Progress