Changes for version 0.09 - 2015-05-02
- Added module Mojo::MySQL5::PubSub.
- Added pubsub attribute to Mojo::MySQL5.
- Fixed Mojo::MySQL5::Connection to handle disconnect while running query
- URL is cloned on connection creation to support per connection options
Documentation
Modules
Pure-Perl non-blocking I/O MySQL Connector
TCP connection to MySQL Server
Database
Migrations
Publish/Subscribe
Results
Transaction
Connection URL
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/_form.html.ep
- examples/blog/templates/posts/create.html.ep
- examples/blog/templates/posts/edit.html.ep
- examples/blog/templates/posts/index.html.ep
- examples/blog/templates/posts/show.html.ep
- examples/chat.pl