Changes for version 0.13 - 2016-01-27
- Remove deprecrated do() method
- Add finish() to Mojo::mysql::Results
- Fix bug where non-blocking queries could get lost after the database connection got closed unexpectedly https://github.com/kraih/mojo-pg/commit/2165b8e1131f2a5044ec2aae1c0ba8a00232b7c8
- Improved Mojo::mysql::Migrations to detect if the currently active version is greater than the latest version. https://github.com/kraih/mojo-pg/commit/92bc312e725042b748950b9c61319d0256d0004a
Documentation
Modules
Mojolicious and Async MySQL
Database
Migrations
Publish/Subscribe
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/_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