Changes for version 1.08 - 2018-11-13
- Fix query() with callback returns $self
- Fix Gathering async_query_in_flight results for the wrong handle bug
- Add close_idle_connections to Mojo::mysql
- Add support for working with JSON
- Add tables method to Mojo::mysql::Database
- Change database name is optional in constructor #38
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