outbox-postgres 0.1.0

PostgreSQL storage implementation for oxide-outbox using sqlx
docs.rs failed to build outbox-postgres-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: outbox-postgres-0.2.1

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.