Skip to main content

access_insert_sql

Function access_insert_sql 

Source
pub fn access_insert_sql(schema: &str, table: &str) -> String
Expand description

SQL for the access format. Append-only with event_id as PK so that store-replay scenarios silently skip duplicates while distinct events still land as separate rows.