outbox-postgres 0.1.1

PostgreSQL storage implementation for oxide-outbox using sqlx
Documentation
1
2
3
4
5
6
7
8
# Rust Modular Outbox

A high-performance, transactional Outbox pattern implementation for Rust applications.

## Project Structure

- `outbox-core`: The heart of the library. Contains domain logic, traits, and the event processor.
- `outbox-postgres`: A concrete implementation of the storage layer using `sqlx` and PostgreSQL.