Changes for version 3.007 - 2021-08-01
- Increase DBD::SQLite dependency to 1.68 to support and use sqlite_string_mode over sqlite_unicode (#22, Adam Williamson)
- The default options now set sqlite_string_mode to DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK, unless sqlite_unicode is specified explicitly in from_string or from_filename. This is equivalent to the previous behavior but ensures that DBD::SQLite will not return malformed strings.
- Support wal_mode option to enable WAL journaling mode, which is still currently the default, but may not be set by default in a future release.
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