I was wondering if I am able to do something like this in Node.js?
liquibase.update(new Contexts(name), new LabelExpression(version));
Also in your opinion would you say that the use of Liquibase API is limited in Node.js compared to the one in Java?