Expand description
A Pub/Sub implementation using Postgres as the backend.
This crate provides functionalities to subscribe and publish messages to different topics.
Structs§
- PubSub
- A Pub/Sub struct for message interactions.
Enums§
- Error
- Errors that can occur in the Pub/Sub system.
Functions§
- run_
migrations - Run database migrations.