durable-store

command
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Command durable-store shows the opt-in pgstore supplemental store: durable results that outlive River's job retention, push-based Await (no polling), and listing workflows.

DATABASE_URL=postgres://localhost:5432/river_dev?sslmode=disable \
    go run ./examples/durable-store

The store is a single table the library owns alongside River's, in the same database. You migrate it, pass it to the engine, and start its listener; then results, Await, and List read from it. See docs/design/supplemental-store.md.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL