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