Table of Contents

Method CheckpointAsync

Namespace
Qavren.Edge.Sqlite
Assembly
Qavren.Edge.Sqlite.dll

CheckpointAsync(CancellationToken)

PRAGMA wal_checkpoint(TRUNCATE). Best effort: failures are logged, not thrown.

public Task CheckpointAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task