Crate unisub

Crate unisub 

Source
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.