Table of Contents

Method OpenConnectionAsync

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

OpenConnectionAsync(CancellationToken)

Awaits startup, opens, applies the key and the per-open pragmas. The caller disposes.

ValueTask<SqliteConnection> OpenConnectionAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

ValueTask<SqliteConnection>