-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add database adapter pkg #30
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 71.55% 71.54% -0.01%
==========================================
Files 21 21
Lines 8772 8776 +4
==========================================
+ Hits 6277 6279 +2
- Misses 1770 1771 +1
- Partials 725 726 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 71.55% 71.52% -0.04%
==========================================
Files 21 21
Lines 8772 8786 +14
==========================================
+ Hits 6277 6284 +7
- Misses 1770 1776 +6
- Partials 725 726 +1
Continue to review full report at Codecov.
|
Will you do not support for benchmarking with ・Use |
@@ -52,119 +81,75 @@ func initDB() error { | |||
return nil | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, initDB() in tx_test.go
seems to be not supported posgresql
.
(I can't execute these tests.)
So I want you to be able to select the driver
here.
Refs: #29
Add
database_adapter
package for supporting other databases.