Skip to main content

begin_immediate

Function begin_immediate 

Source
pub fn begin_immediate(
    conn: &mut Connection,
) -> Result<Transaction<'_>, SqliteStoreError>
Expand description

Begin an IMMEDIATE transaction. Bounded waiting for the write lock is the connection busy handler’s job (set at open per profile), not a caller retry loop.