Is there Netbeans Liquibase tutorial?

I'm looking for a user guide or tutorial to utilizing the Liquibase plugin from within Netbeans. Does such documentation exist? A video tutorial would be great as well. 


I guess the best option would be something that demonstrates a complete, end-to-end best practice work flow for managing a MySQL change using Netbeans. 


Thanks in advance for your help!


There is nothing netbeans specific. The intellij video was showing a plugin for the IDE that never made it past proof-of-concept phase. For netbeans (and any other IDE) you use the “add a change to changelog manually->execute changelog” loop.


Nathan