AugustNagro / magnum

A 'new look' for database access in Scala
Apache License 2.0
153 stars 10 forks source link

Add reference link to mention of "N+1 Query Problem" #15

Closed chaotic3quilibrium closed 1 year ago

chaotic3quilibrium commented 1 year ago

In README.md, please add the following reference link to the mentioning of the "N+1 Query Problem". It's for those of us who haven't seen this particular problem described using this vernacular before: https://stackoverflow.com/questions/97197/what-is-the-n1-selects-problem-in-orm-object-relational-mapping

AugustNagro commented 1 year ago

Done. Thanks for the link.