Skip to content

Added support for MySQL/ MariaDB #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

apuatcfbd
Copy link

I have added support for MySQL and MariaDB. There are a few code duplications between MySQL and MariaDB (specially in queries). If something like "gorm" is used, then there will be no duplicated queries. If you allow Gorm, then let me know.

I've found a bug where scheduling is not working expected for corn entries. If I schedule at "18:20:55" to execute the job every minute it executes at "18:21:00", so It executes after 5 seconds for first time. This can be a big issue for some scenarios.

I think adding (gob serialized) "[]byte" as event payload will make the events powerful. If you accept this then also let me know.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant