rebus-org / Rebus.MySql

:bus: MySQL integration for Rebus
https://mookid.dk/category/rebus
Other
7 stars 6 forks source link

First version of Rebus.MySql #1

Closed mvandevy closed 7 years ago

mvandevy commented 7 years ago

Library depends on a pre-release version of MySql.Data, but needs this version as it otherwise caused runtime issues.

Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 7 years ago

quite impressive!

I hope it's OK with you that I configured the root namespace of Rebus.MySql to be 'Rebus' and then moved all configuration extensions into the 'Config' namespace and the rest of the code into the 'MySql' namespace.

This way, configuration extensions automatically become available importing the NuGet package, which is a great help to the less fortunate who are not using R# 😉

I have released the package as Rebus.MySql 1.0.0-b01

Thanks for contributing this!