Class PgDiff

java.lang.Object
org.pgcodekeeper.core.PgDiff

public class PgDiff extends Object
Main class for generating SQL scripts that transform one database schema to another.

This class compares two database schemas (old and new) and generates the SQL statements needed to migrate from the old schema to the new one.

Author:
fordfrog
  • Constructor Details

    • PgDiff

      public PgDiff(ISettings settings)
      Creates a new PgDiff instance with the specified settings.
      Parameters:
      settings - the configuration settings for the diff operation
  • Method Details