Supported Databases
Unlike other database change tracking tools, The Sundog Database Refactoring Tool will work with any JDBC-compliant database.
However, the refactoring tags (such as createTable) may need to generate different SQL for different database systems and have been primarily tested with Oracle, MySQL, Postgres, and MS-SQL. Improved database support will be a highlight of the pre-1.0 release process.
If you have problems with a particular tag on a particular database system, report the problem. You can always use the “sql” tag to code whatever change you need to make, regardless of the DBMS.