preaction / Minion-Backend-mysql

MySQL backend for the 🐙 Minion job runner
Other
7 stars 14 forks source link

Import tables minion #26

Closed lucas1 closed 4 years ago

lucas1 commented 4 years ago

Hi, I'm with a problem to import tables, instantiating module.

This don't work: Minion::Backend::mysql->new('DSN');

But this work: Minion::Backend::mysql->new(Mojo::mysql->new('DSN'));

How I can import tables just setting DSN?

Thanks.

lucas1 commented 4 years ago

Solved. First manipulation import tables. Very good.