Changes for version 0.08 - 2015-03-24
- blog example from Mojo::Pg
- better examples in POD
- Improved Mojo::mysql::Migrations to make no changes to the database when checking the currently active version.
- Fixed Mojo::mysql::Migrations to handle UTF-8 encoded files correctly
Documentation
Modules
Mojolicious and Async MySQL
Database
Migrations
Results
Transaction
Examples
- examples/blog/blog.conf
- examples/blog/lib/Blog.pm
- examples/blog/lib/Blog/Controller/Posts.pm
- examples/blog/lib/Blog/Model/Posts.pm
- examples/blog/migrations/blog.sql
- examples/blog/script/blog
- examples/blog/templates/layouts/blog.html.ep
- examples/blog/templates/posts/create.html.ep
- examples/blog/templates/posts/index.html.ep
- examples/blog/templates/posts/show.html.ep