Expand description
Storage utility helpers shared across the storage sub-modules.
Functionsยง
- is_
sqlite_ busy - Returns
truewhenerrwraps anSQLITE_BUSY(orSQLITE_LOCKED) condition reported by rusqlite. - with_
busy_ retry - Executes
opup toMAX_SQLITE_BUSY_RETRIEStimes with exponential backoff whenever the operation fails withSQLITE_BUSY/SQLITE_LOCKED.