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
Merged

feat: add mysql database driver #16

merged 50 commits into from
Dec 23, 2023

Conversation

codekeyz
Copy link
Owner

@codekeyz codekeyz commented Dec 22, 2023

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@codekeyz codekeyz self-assigned this Dec 22, 2023
Copy link

codecov bot commented Dec 22, 2023

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.

@codekeyz codekeyz added the enhancement New feature or request label Dec 22, 2023
@codekeyz codekeyz changed the title WIP: add mysql database driver feat: add mysql database driver Dec 23, 2023
@codekeyz codekeyz merged commit 39078d2 into main Dec 23, 2023
3 of 4 checks passed
@codekeyz codekeyz deleted the feature/mysql-db-driver branch December 23, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant