Skip to main content

Module pg

Module pg 

Source
Expand description

PostgreSQL-backed storage, migrations, and runtime helpers. PostgreSQL storage and migration helpers.

Re-exports§

pub use checkpoint::CheckpointState;
pub use conflict::SyncConflict;
pub use dead_letter::DeadLetter;
pub use journal::AppendResult;
pub use migrate::migrate;
pub use store::PgStore;
pub use task_queue::LeasedTask;

Modules§

checkpoint
Checkpoint repository helpers for the PostgreSQL sync store.
conflict
Conflict repository helpers for the PostgreSQL sync store.
dead_letter
Dead-letter repository helpers for the PostgreSQL sync store.
journal
Journal write helpers for the PostgreSQL sync store.
link
Link repository helpers for the PostgreSQL sync store.
migrate
Embedded Postgres migration runner for force-sync.
store
PostgreSQL-backed sync store helpers.
task_queue
Task queue helpers for the PostgreSQL sync store.