models
MigrateConfig
dataclass
Configuration for the migration tool.
Source code in src/embar/tools/models.py
7 8 9 10 11 12 13 14 15 16 | |
MigrationDiff
dataclass
Represents a migration diff with compatibility information.
Source code in src/embar/tools/models.py
33 34 35 36 37 38 39 40 41 42 43 44 45 | |
TableMatch
dataclass
Represents a match between old and new table definitions.
Source code in src/embar/tools/models.py
19 20 21 22 23 24 25 26 27 28 29 30 | |