Good afternoon!
I’ve just started using Liquibase for MongoDB. The tutorial (Using Liquibase with MongoDB | Liquibase Docs) was very useful in the initial setup but now I need more help.
I’ve also looked at GitHub - liquibase/liquibase-mongodb: MongoDB extension for Liquibase and the Implemented Changes but are there any simple examples for each of those? The createCollection the tutorial was very helpful but I haven’t figured out the other commands I’ve tried yet. For example, I can run the insertOne command and it runs without error but no document is added to the collection.
Granted, my MongoDB skills are very minimal but I would really like to use this more and need a little assistance.
Thanks!
jeff