You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ database layout when executing this test :
83
83
cars : [
84
84
{
85
85
_id :ObjectId(5afaff0e2557db3a140d0f85)
86
+
_relmongo_target: cars
86
87
}
87
88
]
88
89
}
@@ -91,6 +92,7 @@ database layout when executing this test :
91
92
-[x] Based on [Spring framework and derivatives](https://spring.io/)
92
93
-[x] Simple to use
93
94
-[x] The lazy loading is done in a bulk way so no N+1 problems
95
+
-[x] Ready to use on existing database with few changes and in many cases with no changes
94
96
# Notes
95
97
- RelMongo may be an alternative for DBREF which allow to use $lookup querries in mongodb while it is not possible with DBREF.
96
98
-[MongoDB](https://www.mongodb.com/) is a document oriented database and is not suitable for relations, if you are using relations massively you may have
0 commit comments