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: ORM supports table name prefix and singular #65

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Conversation

hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented Mar 7, 2023

No description provided.

@hwbrzzl hwbrzzl linked an issue Mar 7, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Patch coverage: 84.40% and project coverage change: +0.60 🎉

Comparison is base (66599b7) 48.77% compared to head (ae27dbc) 49.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   48.77%   49.37%   +0.60%     
==========================================
  Files         103      103              
  Lines        6376     6509     +133     
==========================================
+ Hits         3110     3214     +104     
- Misses       3067     3087      +20     
- Partials      199      208       +9     
Impacted Files Coverage Δ
database/gorm/test_utils.go 81.54% <83.97%> (-0.70%) ⬇️
database/gorm/gorm.go 72.75% <100.00%> (+0.15%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hwbrzzl hwbrzzl merged commit 08b66e0 into master Mar 7, 2023
@hwbrzzl hwbrzzl deleted the bowen/orm branch March 7, 2023 15:56
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.

✨ [Feature] Specify table prefix
1 participant