-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi guys thanks for this project, it is amazing.
My Question is I can populate a child collection when the parent document has only ObjectId for relation.
Somthing like this:
type User struct {
...
Address bson.ObjectId `bson:"address"`
}
connection.Collection("user").Find(bson.M{"firstName":"Bob"}).Populate("messages")
Best regards.
LennyPenny, gugadev, arjunmayilvaganan and calbear47
Metadata
Metadata
Assignees
Labels
No labels