> > Today I release Mojo::mysql, a fork of Sebastian's Mojo::Pg which allow > you to use the same API, but against the MySQL database. > > https://metacpan.org/release/JHTHORSEN/Mojo-mysql-0.01 >
Yay, that was quick! > I'm also unsure if I will add migration support to Mojo::mysql, even if > Mojo::Pg gets migrations support. I will however (most probably) accept > pull requests for this feature. > Yea, i think you're better off not implementing migrations, MySQL lacks support for transactional ddl, which is what makes migrations for PostgreSQL so awesome. Yesterday i was still a bit unsure if migrations are going to stay in Mojo::Pg, but the ability to have your database schema sync automatically and safely on startup is just too good. So they will say. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
