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 link::SyncLink;pub use migrate::migrate;pub use store::PgStore;pub use task_queue::LeasedTask;
Modules§
- checkpoint
- Checkpoint repository helpers for the
PostgreSQLsync store. - conflict
- Conflict repository helpers for the
PostgreSQLsync store. - dead_
letter - Dead-letter repository helpers for the
PostgreSQLsync store. - journal
- Journal write helpers for the
PostgreSQLsync store. - link
- Link repository helpers for the
PostgreSQLsync store. - migrate
- Embedded Postgres migration runner for force-sync.
- store
- PostgreSQL-backed sync store helpers.
- task_
queue - Task queue helpers for the
PostgreSQLsync store.