DatabaseDiff¶
- class felis.diff.DatabaseDiff(schema, engine)¶
Bases:
SchemaDiffCompare a schema with a database and print the differences.
- Parameters:
Methods Summary
print()Print the differences between the schema and the database.
Methods Documentation