reliar-store-postgres 0.9.0

PostgreSQL provider for the Reliar transactional outbox and inbox: migrations, migrate(), enqueue and the SKIP LOCKED claim.
Documentation
1
2
3
4
//! The shared **connection** concerns both stores use: the pooled-connection session
//! ([`session`]).

pub(crate) mod session;