Customizations database description

Hello,
Im considering to use Liqui base, and I have following question.
Is possible to customizate the database description format? For example - I need to have additional information on column - it could be regular expression that is used with working this column … etc.
Idea is to hold all information of column together in one description (avoid to have many configuration files).

Is this somehow possible?

thanks for reply :slight_smile:

By “database description format” you mean the changelog text file?


Yes, you can create a parser to handle any format you like.  See liquibase.org/extensions


Nathan