Provided by: libmojo-sqlite-perl_3.009-2_all
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