Expand description
PostgreSQL bootstrap provider for reading initial data from PostgreSQL databases
Re-exports§
pub use crate::config::PostgresBootstrapConfig;pub use crate::config::SslMode;pub use crate::config::TableKeyConfig;
Structs§
- Postgres
Bootstrap Provider - Bootstrap provider for PostgreSQL sources
- Postgres
Bootstrap Provider Builder - Builder for PostgresBootstrapProvider
Functions§
- snapshot_
position_ bytes - Encodes the bootstrap snapshot boundary as a 16-byte source-position
[ snapshot_lsn (8 BE) | u64::MAX (8 BE) ], matching the CDC source’s[ commit_lsn | in-transaction offset ]encoding.