1Mojo::SQLite::PubSub(3)User Contributed Perl DocumentatioMnojo::SQLite::PubSub(3)
2
3
4
6 Mojo::SQLite::PubSub - (DEPRECATED) Publish/Subscribe
7
9 Mojo::SQLite::PubSub is DEPRECATED and now an empty package. It was
10 originally written as a toy following the API of Mojo::Pg::PubSub, but
11 as SQLite is serverless and has no ability to notify clients, it is not
12 possible to implement an efficient pubsub system as in for example
13 PostgreSQL, Redis, or websockets. Consider instead using the pubsub
14 facilities of Mojo::Pg, Mojo::Redis2, or Mercury.
15
17 Mojo::Pg::PubSub, Mojo::Redis2, mercury
18
19
20
21perl v5.32.0 2020-07-28 Mojo::SQLite::PubSub(3)