-
Notifications
You must be signed in to change notification settings - Fork 124
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
CLI sync AWS S3 #946
CLI sync AWS S3 #946
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #946 +/- ##
==========================================
- Coverage 60.70% 56.51% -4.19%
==========================================
Files 82 84 +2
Lines 7980 8599 +619
==========================================
+ Hits 4844 4860 +16
- Misses 2564 3160 +596
- Partials 572 579 +7 ☔ View full report in Codecov by Sentry. |
MysqlOpen(dataSourceName string) (*sql.DB, error) | ||
PgPoolOpen(ctx context.Context, dataSourceName string) (*pgxpool.Pool, error) |
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.
rename to connection str
Will add tests in follow up PR