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

implement a "repository" convenience function for collecting a bunch of accessors and transaction management #92

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

glyph
Copy link
Owner

@glyph glyph commented Mar 28, 2024

this should hopefully be more idiomatic for larger applications

fixes #90

This commit was sponsored by Hynek, Thomas Ballinger, Matt Campbell,
and my other patrons.  If you want to join them, you can support my
work at https://glyph.im/patrons/.
This commit was sponsored by Steven S., Sergio Bost, James C Abel, and
my other patrons.  If you want to join them, you can support my work
at https://glyph.im/patrons/.
This commit was sponsored by zts, Jason Walker, Steven S., and my
other patrons.  If you want to join them, you can support my work at
https://glyph.im/patrons/.
@codecov-commenter
Copy link

codecov-commenter commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.92%. Comparing base (9e77526) to head (3dcba8c).

Additional details and impacted files
@@           Coverage Diff           @@
##            trunk      #92    /-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files          17       18     1     
  Lines        1269     1308    39     
  Branches      186      196    10     
=======================================
  Hits         1268     1307    39     
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This commit was sponsored by Matt Campbell, Sergio Bost, rockstar, and
my other patrons.  If you want to join them, you can support my work
at https://glyph.im/patrons/.
@glyph glyph merged commit f6d67b8 into trunk Mar 28, 2024
26 checks passed
@glyph glyph deleted the docs-and-repo branch March 28, 2024 23:27
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.

multi-accessor / "repository" data access pattern for better modularity of functionality
2 participants