There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.

SEE ALSO

Mojo::Pg::PubSub, Mojo::Redis2, mercury