Changes for version 0.02 - 2015-03-24
- blog example from Mojo::Pg
- 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
Pure-Perl non-blocking I/O MySQL Connector
TCP connection to MySQL Server
Database
Migrations
Results
Transaction
MySQL Connection URL
Utility functions
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