Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add lazy relationship loading feature #44

Merged
merged 1 commit into from
Jan 5, 2021
Merged

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Jan 4, 2021

This PR adds lazy relationship loading feature. See docs for the API.

Type of PR:

  • Bugfix
  • Feature
  • Refactor
  • Code style update
  • Build-related changes
  • Test
  • Documentation
  • Other, please describe:

Breaking changes:

  • No
  • Yes

@kiaking kiaking added the enhancement New feature or request label Jan 4, 2021
@kiaking kiaking self-assigned this Jan 4, 2021
@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #44 (d44eac0) into master (fd8314f) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           36        36           
  Lines          813       816    +3     
  Branches       126       127    +1     
=========================================
+ Hits           813       816    +3     
Impacted Files Coverage Δ
src/model/Model.ts 100.00% <100.00%> (ø)
src/query/Query.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd8314f...d44eac0. Read the comment docs.

@kiaking kiaking merged commit 6bfe237 into master Jan 5, 2021
@kiaking kiaking deleted the lazy-eager-load branch January 5, 2021 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant