-
Notifications
You must be signed in to change notification settings - Fork 148
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: expose underlying client instance #446
Conversation
I'm not able to add proper |
Feel free to add for mongo too will try to fix build issue |
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful work, thanks!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #446 +/- ##
==========================================
+ Coverage 65.05% 66.65% +1.60%
==========================================
Files 39 39
Lines 4055 4127 +72
Branches 487 511 +24
==========================================
+ Hits 2638 2751 +113
+ Misses 1408 1367 -41
Partials 9 9 β View full report in Codecov by Sentry. |
@pi0 Hi! Would it be possible to release a new version soon to include this? I'm eagerly looking forward to using them in my project. Thanks in advance π«Ά |
Surely. it might be delayed for a little longer since is in parallel to other releases. |
π Linked issue
#210
β Type of change
π Description
Adds
instance
key to all drivers.π Checklist