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(gorm): Added LoggerAdapter #28

Merged
merged 2 commits into from
Nov 7, 2023
Merged

feat(gorm): Added LoggerAdapter #28

merged 2 commits into from
Nov 7, 2023

Conversation

flc1125
Copy link
Member

@flc1125 flc1125 commented Nov 7, 2023

No description provided.

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #28 (5008c78) into master (668dfa3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   71.21%   71.21%           
=======================================
  Files          22       22           
  Lines         608      608           
=======================================
  Hits          433      433           
  Misses        162      162           
  Partials       13       13           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@flc1125 flc1125 merged commit 568da66 into master Nov 7, 2023
6 checks passed
@flc1125 flc1125 deleted the feat-adapter-gorm branch November 7, 2023 02:07
Copy link

what-the-diff bot commented Nov 13, 2023

PR Summary

  • Bug fix in the go.mod file
    The gorm.io/gorm v1.25.5 package has been added as a requirement in the go.mod file. This resolved an issue that was preventing proper execution of the code.

  • Updated go.sum file
    The gorm.io/gorm v1.25.5 package has also been added to the go.sum file to ensure that the correct version of the package is used during the build process, further enhancing reliability.

  • Added a new Logger Adapter for GORM
    A new file, gorm/adapter/logger.go, has been included. This implements a new Logger Adapter for GORM. This new feature will allow more efficient tracking, troubleshooting, and optimization by providing comprehensive logs related to the database operations.

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.

1 participant