Changes for version 1.001 - 2016-11-15
- Deprecate Mojo::SQLite::PubSub and associated methods and attributes. SQLite's serverless nature means it does not have the ability to support client notifications, so it is not possible to implement an efficient pubsub system as in for example PostgreSQL, Redis, or websockets.
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/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