feat: issue #489 support clickhouse+http/s schemes and --driver flag + env var #713
+196
−24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses issue #489 by adding comprehensive support for ClickHouse HTTP/S protocols and allowing users to explicitly specify the driver via a CLI flag.
Key Changes:
Related Issue
Fixes #489
Type of change
[x] New feature (non-breaking change which adds functionality)
[ ] Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have added tests to cover the new schemes, port defaults, and flag logic.
[x] I have updated the README.md with documentation for the new feature.
[x] Existing tests passed locally.
[x] Refactored main.go logic into configureDB for better testability.
Note
clickhousedriver now acceptsclickhouse+http://andclickhouse+https://schemes (normalized tohttp/httpswith default ports 8123/8443) and retains native TCP defaults; connection string handling updated accordingly.--driverflag (env:DBMATE_DRIVER) to override driver inference;DB.DriverNameadded and respected inDB.Driver().configureDBfromactioninmain.goto centralize DB initialization.Written by Cursor Bugbot for commit 3a1f6d1. This will update automatically on new commits. Configure here.