Skip to content

rebus-org/Rebus.MySql

Repository files navigation

Rebus.MySql

install from nuget

Provides MySQL implementations for Rebus for

  • transport
  • sagas
  • subscriptions
  • timeouts
  • saga snapshots
  • data bus

Make sure your connection string has 'Allow User Variables=true' for the SQL to work correctly.

Please note: This version is using MySqlConnector to connect to MySQL, not the Oracle one. See https://mysqlconnector.net/ for more information.