DatabaseDiff

class felis.diff.DatabaseDiff(schema, engine)

Bases: SchemaDiff

Compare a schema with a database and print the differences.

Parameters:
  • schema (Schema) – The schema to compare.

  • engine (Engine) – The database engine to compare with.

Methods Summary

print()

Print the differences between the schema and the database.

Methods Documentation

print()

Print the differences between the schema and the database.

Return type:

None