I want to use transaction in mongodb but its told to replicaset can we perform transaction query with standalone mongodb if yes please share how to we can because when I try its give error
This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string
how to we perform translation without retryable writes.
Thanks