Deprecated.
The maintainer of this module has indicated that the module is deprecated and no longer suitable for use.
NAME
Mojo::SQLite::PubSub - (DEPRECATED) Publish/Subscribe
DESCRIPTION
Mojo::SQLite::PubSub is DEPRECATED and now an empty package. It was originally written as a toy following the API of Mojo::Pg::PubSub, but as SQLite is serverless and has no ability to notify clients, it is not possible to implement an efficient pubsub system as in for example PostgreSQL, Redis, or websockets. Consider instead using the pubsub facilities of Mojo::Pg, Mojo::Redis2, or Mercury.