pub async fn apply_wal_pragmas(
conn: &mut SqlitePooledConnection,
) -> Result<(), SqlMiddlewareDbError>Expand description
Apply WAL pragmas to a pooled connection.
ยงErrors
Returns SqlMiddlewareDbError if the PRAGMA statements cannot be executed.