pub const DEFAULT_WRITER_BEGIN_SQL: &str = "BEGIN IMMEDIATE";Expand description
The BEGIN flavor a headless apply store’s writer transaction opens with — the same
flavor the live rindle_replica::Cluster passes (306 S5 left BEGIN IMMEDIATE as
the one writer flavor), so the headless applier and the live follower run
byte-identical transactions.