klyn.data.SchemaManager.diff
method
public diff() as SchemaPlan:
Description

Computes an immutable reconciliation plan for every mapped entity.

Returns

Empty plan when the schema is conformant.

Example
plan = schema.diff()
print(plan.preview)