Working on setting up new Database (NuoDB) on liquid base

Hi,

I am completely new to LiquidBase. I am working on setting up NuoDB on LiquidBase.

NuoDB is a relational database which can be scalable and it has several other features. Please help on how to begin first?

Thanks!!

Liquibase does not have support for NuoDB, so if you want it to work you will need to create a liquibase extension.

See liquibase.org/extensions for documentation and/or something like https://github.com/liquibase/liquibase-maxdb as an example project.

Nathan