I am have two clusters and I need to get data from both the clusters Db Collection
cluster 1 - mongoose.connect("mongodb+srv://usernmae:password@cluster0.1laezrl.mongodb.net/Yearbook10") -> Db - Department -> collection -> Student
cluster 2 -
mongoose.connect("mongodb+srv://usernmae:password@cluster0.1laezrl.mongodb.net/Yearbook11") -> Db - Department -> collection -> Student
in index.js i need to connect both the cluster at a same time and validate the collection how to do that