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

Improve and refactor Storage to improve potential implementations #61

Merged
merged 4 commits into from
Apr 27, 2024

Conversation

calvinmclean
Copy link
Owner

The main goal behind these changes is to allow Storage implementations for interacting with SQL databases.

- This will allow custom SQL implementations to build better queries
- The GetAllFilter is still available for adding filtering in default
  Storage implementations
- Fix some issues with GetAll in tests and add GetAllAny Client
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 82.22%. Comparing base (86a1c7b) to head (482f7ec).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   81.47%   82.22%   +0.75%     
==========================================
  Files          22       20       -2     
  Lines        1441     1384      -57     
==========================================
- Hits         1174     1138      -36     
+ Misses        173      158      -15     
+ Partials       94       88       -6     

@calvinmclean calvinmclean merged commit 01d6ab1 into main Apr 27, 2024
5 checks passed
@calvinmclean calvinmclean deleted the feature/improve-storage branch April 27, 2024 23:05
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.

None yet

1 participant