//! Boot Chronon with a PostgreSQL-backed [`SchedulerStore`](chronon_core::SchedulerStore).
//!
//! Requires a running Postgres instance. Set `CHRONON_POSTGRES_URL` or pass a URL below.
//!
//! ```bash
//! export CHRONON_POSTGRES_URL=postgres://user:pass@localhost/chronon
//! cargo run -p uf-chronon --example postgres_boot --features postgres
//! ```
use Arc;
use *;
use ;
async