-
Notifications
You must be signed in to change notification settings - Fork 14
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
Separate drivers #75
Comments
Hello, |
Ok, but now i'd like to implement pgx support, if you don't mind. |
I think that the main repository should contain only |
I think we can add go.mod to each adapter and store it all in the one repository. Also I would check what will happen with the old code. |
Hm...
I think yes, since it breaks current api. |
Yeap)
|
@hound672 you can check
|
Looks good! |
#96 Merged |
Hello.
For now this github repository contains main functionality and drivers/plugins for different databases.
Do you think about separated repositories?
One with main functionality, and another for drivers/plugins (each for plugin: 1 for pgx, 1 for redis etc).
The text was updated successfully, but these errors were encountered: