I’m working on a small project and I’ve chosen MongoDB as the database. However, I’m experiencing some regrets. I’ve learned that a replica set is required for transaction operations. I’m working on a VPS and I don’t want to create a Docker just for transactions. My Node.js application is using MongoDB version 7.0. Is there a way to use transactions in a Cluster > Standalone setup?