Changes for version 3.004 - 2020-07-22
- The Mojo::SQLite::Migrations sqlite attribute and the Mojo::SQLite::Transaction db attribute are now weak attributes, increasing the required version of Mojolicious to 8.03.
- Defer loading of Mojo::IOLoop unless the callback compatibility API is used.
- Newly created mojo_migrations tables from Mojo::SQLite::Migrations will use a primary key.
- Recognize -json parameters in queries.
Modules
A tiny Mojolicious wrapper for SQLite
Database
Migrations
(DEPRECATED) 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/t/blog.t
- 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