Table of Contents

Method UpAsync

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

UpAsync(SqliteConnection, CancellationToken)

Applies the change. Runs inside a transaction the migrator owns.

Task UpAsync(SqliteConnection connection, CancellationToken cancellationToken)

Parameters

connection SqliteConnection
cancellationToken CancellationToken

Returns

Task