table of contents
Mojo::SQLite::PubSub(3pm) | User Contributed Perl Documentation | Mojo::SQLite::PubSub(3pm) |
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
2022-07-11 | perl v5.34.0 |