Koha::Database::Auditor
use Koha::Database::Auditor;
Constructor for creating a new object with specified parameters
Compares the current database schema with the expected schema from the `kohastructure.sql` file. Generates SQL commands to update the database schema if differences are found. Returns a hash reference containing the differences, a flag indicating if differences were found, a message, and a title.
Retrieves the database schema, removes auto-increment from the schema, and returns the modified schema.
Retrieves and returns the schema using SQL::Translator for the given file