Skip to main content

D1Migrator<TContext> class

Migrator used to migrate unencrypted data to encrypted data.

public class D1Migrator<TContext>
where TContext : DbContext
parameterdescription
TContextThe DbContext migration is done on.

Public Members

namedescription
D1Migrator(…)Initializes a new instance of the D1Migrator class.
Migrate<TEntry,TValue>(…)Migrate data from an unencrypted column to an encrypted column.
MigrateAsync<TEntry,TValue>(…)

See Also