sqlt-diff-old - Man Page

find the differences b/w two schemas

Synopsis

For help:

  sqlt-diff -h|--help

For a list of all valid parsers:

  sqlt -l|--list

To diff two schemas:

  sqlt-diff [options] file_name1=parser file_name2=parser

Options:

  -d|--debug   Show debugging info

Description

sqlt-diff is a utility for creating a file of SQL commands necessary to transform the first schema provided to the second.  While not yet exhaustive in its ability to mutate the entire schema, it will report the following

"ALTER/DROP TABLE" and "CREATE INDEX" statements are not generated by the Producer, unfortunately, and may require massaging before being passed to your target database.

Author

Ken Youens-Clark <kclark@cpan.org>.

See Also

SQL::Translator, <http://sqlfairy.sourceforge.net>.

Info

2024-01-24 perl v5.38.2 User Contributed Perl Documentation