-
Notifications
You must be signed in to change notification settings - Fork 14
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 structured query #45
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
==========================================
- Coverage 83.84% 82.89% -0.96%
==========================================
Files 10 11 +1
Lines 681 912 +231
==========================================
+ Hits 571 756 +185
- Misses 95 128 +33
- Partials 15 28 +13
☔ View full report in Codecov by Sentry. |
please add |
Why use Setter functions here instead of following the convention used by
|
Hi @nrhvyc, Thank you for your input. Could you please provide more details about your suggestion? I'm not sure I've fully understood what you are proposing. Any additional information you can provide would be helpful. Best regards |
I will update this PR |
91cd920
to
e1f109b
Compare
@nrhvyc, please feel free to suggest improvements to the client. We are always happy to consider changes that will enhance usability for our community. Our minds are open. ;) |
Closes #14
Closes #43
Closes #44
Proposed Changes
The user is able to query data into structured object and write this object back to database.
Checklist