-
Notifications
You must be signed in to change notification settings - Fork 3
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 drivers into the sqlsource package #2
base: master
Are you sure you want to change the base?
Conversation
discussing over here: segment-boneyard/source-postgres#6 (though admittedly this probably would have been the better place to host this discussion :) |
@@ -34,7 +33,7 @@ Usage: | |||
[-- <extra-driver-options>...] | |||
dbsource -h | --help | |||
dbsource --version | |||
|
|||
$P |
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.
i think this was an accident ? :)
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.
Oh lol xD let me remove that tomorrow morning, a bit late right now where I am!
@@ -4,9 +4,9 @@ import ( | |||
"fmt" | |||
"strings" | |||
|
|||
"github.com/Lilibuth12/sqlsource/domain" |
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.
Need to remove this reference, should be using the sqlsource/domain
in this repo.
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.
Will fix this tomorrow!
"fmt" | ||
"strings" | ||
|
||
"github.com/Lilibuth12/sqlsource/domain" |
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.
again
"fmt" | ||
"strings" | ||
|
||
"github.com/Lilibuth12/sqlsource/domain" |
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.
Same as above
Adding in the mysql and postgres drivers into the sqlsource package so other Go programs can use this library without relying on the commandline interface.
There are 3 pull requests in total for this: