The current mongo driver is based on mgo which is no longer support MongoDB access for version 5 and above. Now, we should use official mongo driver and corresponding bson. For migration you may use example from OreCast/common/mongo/mongo.go mongo module.
The current mongo driver is based on mgo which is no longer support MongoDB access for version 5 and above. Now, we should use official mongo driver and corresponding bson. For migration you may use example from OreCast/common/mongo/mongo.go mongo module.