Does Liquibase support embedded changelog files?

Does Liquibase support embedded changelog files? I have been able to successfully run Liquibase commands through the CLI, but that won’t work for my needs. I’d like to manually run liquibase commands with my own custom logic where the changelog files are embedded in a module’s resource path.

Yes, Liquibase can load changelogs from any JAR that you place in your <INSTALL_DIR>/lib or ./liquibase_libs directories.