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(db): more parallel awareness for Postgres DB class #232

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

davidlougheed
Copy link
Member

also return if initialize()/close() actually init/closed the pool

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7f31615) to head (4b39b67).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #232   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           52        52           
  Lines         1651      1677   +26     
  Branches       243       248    +5     
=========================================
+ Hits          1651      1677   +26     
Files with missing lines Coverage Δ
bento_lib/db/pg_async.py 100.00% <100.00%> (ø)

@davidlougheed davidlougheed merged commit 9ed65d0 into master Aug 30, 2024
7 checks passed
@davidlougheed davidlougheed deleted the feat/db/return-if-init branch August 30, 2024 18:21
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.

1 participant