| Crates.io | arazzo-store |
| lib.rs | arazzo-store |
| version | 0.1.2 |
| created_at | 2025-12-31 22:04:34.01103+00 |
| updated_at | 2026-01-02 08:50:37.372467+00 |
| description | Postgres persistence for Arazzo workflow runs |
| homepage | |
| repository | https://github.com/alirezaght/arazzo |
| max_upload_size | |
| id | 2015436 |
| size | 91,887 |
Postgres persistence for Arazzo workflow runs, steps, attempts, and events.
# Start Postgres
docker compose up -d
# Run migrations
arazzo migrate
Environment: DATABASE_URL or ARAZZO_DATABASE_URL
workflow_docs — Stored Arazzo documentsworkflow_runs — Execution runs with status/inputs/outputsrun_steps — Per-step state with deps_remaining counterstep_attempts — Request/response for each attemptrun_events — Append-only event log