-
Notifications
You must be signed in to change notification settings - Fork 17
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
Is there any way I can control the installed driver of database ? #44
Comments
Hello, can you please explain more detail about your case? |
@giautm As you can see, below is my atlas.hcl file
I am using MySQL as my database, but my go.sum file contains dependencies related to PostgreSQL and SQLite. My main concern is the maintainability of these unnecessary dependencies.
|
Hi @paudelgaurav, There is indeed an impact on maintainability since you don't have control over the driver version being used. However, we're actively maintaining and developing the project, and any contributions are welcome. |
@luantranminh Thank you for your answer. I will close this issue now. |
Hey, please keep the issue open. I think we can make improvement in future. |
+1 on keeping this open. |
Including the sqlite driver causes problems with alpine images |
I am using mysql as database but drivers of other databases are also installed.
The text was updated successfully, but these errors were encountered: