Interbase extension

Interbase DB (http://www.embarcadero.com/products/interbase) is not one of the supported databases of Liquibase. This is an extension for some basic database operations including:

  • AddColumn
  • CreateTable
  • CreateView
  • DropColumn
  • DropPrimaryKey
  • GetViewDefinition (internal)
  • ModifyDataType
  • RenameColumn


Feel free to add more extensions and unit tests. It is not complete and only includes the most basic commands to start with. The source code is at : https://github.com/Gtunali/Liqubase-interbase

To directly use the jar file (https://github.com/Gtunali/Liqubase-interbase/blob/master/jar/liquibase-interbase-1.2.0.jar), just include it in your classpath instead of Liquibase core and use as directed for Liquibase.

Contact info: gtunali@smartmgmt.com