Function introspect_schema_envelope
pub fn introspect_schema_envelope(
conn: &Connection,
) -> Result<Vec<ReplicatedTableSchema>, ReplicaError>Expand description
Introspect every public application table and validate the complete replicated SQL schema envelope. Internal bookkeeping objects remain excluded.