Changes for version 1.20 - 2020-09-05
- Mojo::mysql::PubSub is less susceptible to deadlocks/timeouts #80 Contributor: Larry Leszczynski
Modules
Mojolicious and Async MySQL/MariaDB
Database
Migrations
Publish/Subscribe
Results
Transaction
Generate SQL from Perl data structures for MySQL and MariaDB
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