Skip to content

Commit 3359a43

Browse files
authored
Update README.md
1 parent e53a813 commit 3359a43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ database layout when executing this test :
8383
cars : [
8484
{
8585
_id : ObjectId(5afaff0e2557db3a140d0f85)
86+
_relmongo_target: cars
8687
}
8788
]
8889
}
@@ -91,6 +92,7 @@ database layout when executing this test :
9192
- [x] Based on [Spring framework and derivatives](https://spring.io/)
9293
- [x] Simple to use
9394
- [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
9496
# Notes
9597
- RelMongo may be an alternative for DBREF which allow to use $lookup querries in mongodb while it is not possible with DBREF.
9698
- [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

Comments
 (0)