Skip to content

feat: add lateral_load() for efficient Many:One eager loading via JOIN LATERAL#237

Open
d3vyce wants to merge 1 commit intomainfrom
feat/add-lateral_load-for-efficient-manyone-eager-loading-via-join-lateral
Open

feat: add lateral_load() for efficient Many:One eager loading via JOIN LATERAL#237
d3vyce wants to merge 1 commit intomainfrom
feat/add-lateral_load-for-efficient-manyone-eager-loading-via-join-lateral

Conversation

@d3vyce
Copy link
Copy Markdown
Owner

@d3vyce d3vyce commented Apr 7, 2026

No description provided.

@d3vyce d3vyce self-assigned this Apr 7, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Files with missing lines Coverage Δ
src/fastapi_toolsets/crud/__init__.py 100.00% <100.00%> (ø)
src/fastapi_toolsets/crud/factory.py 100.00% <100.00%> (ø)
src/fastapi_toolsets/types.py 100.00% <100.00%> (ø)

@d3vyce d3vyce force-pushed the feat/add-lateral_load-for-efficient-manyone-eager-loading-via-join-lateral branch from c859d6d to e7f2413 Compare April 11, 2026 09:05
@d3vyce d3vyce force-pushed the feat/add-lateral_load-for-efficient-manyone-eager-loading-via-join-lateral branch from e7f2413 to e1f96ad Compare April 11, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lateral_load() for efficient Many:One eager loading via JOIN LATERAL

1 participant