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: add mysql database driver #16

Merged
merged 50 commits into from
Dec 23, 2023

add test for disconnecting from db

ab775dd
Select commit
Loading
Failed to load commit list.
Merged

feat: add mysql database driver #16

add test for disconnecting from db
ab775dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 23, 2023 in 0s

37.42% (-4.24%) compared to c05d459

View this Pull Request on Codecov

37.42% (-4.24%) compared to c05d459

Details

Codecov Report

Attention: 161 lines in your changes are missing coverage. Please review.

Comparison is base (c05d459) 41.65% compared to head (ab775dd) 37.42%.

Files Patch % Lines
yaroorm/lib/src/database/driver/mysql_driver.dart 42.85% 92 Missing ⚠️
yaroorm/lib/src/database/driver/sqlite_driver.dart 36.14% 53 Missing ⚠️
yaroorm/lib/src/query/query.dart 68.75% 10 Missing ⚠️
yaroorm/lib/src/query/operations/query.dart 71.42% 2 Missing ⚠️
yaroorm/lib/src/query/primitives/where.dart 77.77% 2 Missing ⚠️
yaroo/lib/db/db.dart 0.00% 1 Missing ⚠️
yaroorm/lib/src/database/driver/driver.dart 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   41.65%   37.42%   -4.24%     
==========================================
  Files          23       24       +1     
  Lines         713      954     +241     
==========================================
+ Hits          297      357      +60     
- Misses        416      597     +181     

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