martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
425 stars 24 forks source link

Avoid Unnecessary Database Query on Back Relations #274

Closed treagod closed 2 weeks ago

treagod commented 2 weeks ago

With this update, child objects will now reference the already-fetched parent, avoiding redundant queries and improving performance.

Closes #265