I am trying to add liquibase as a version control to our mongoDB,
I want to be able to run an MJS script(mongo js script) as a changes,
for sql db it is possible using <sql>
liquibase tag,
Does someone knows if it is possible from mongo? if so how? there is no documentation of that in the liquibase website, or any answers on the liquibase forum.
Many thanks,
Roie