Skip to content

GdaDdlBase implementation

Pavlo Solntsev requested to merge pavlosun/libgda:toupstream into wip/xml-ddl-tool

I started working on API to sync a database and xml file. Similar to Liquibase. This is a first commit for the base object.

GdaDdlBase is a base object for objects such as tables, views. All other objects will be added as separate commits. The current API is not affected and will not be affected until all implementation is over.

Edited by Pavlo Solntsev

Merge request reports