Open
Description
Description
Hello, the clickhouse driver should support all DSN variants. Currently, I need to pass two connection strings to use dbmate with an application that uses clickhouse HTTP protocol.
- Version: 2.6.0
- Database: clickhouse
- Operating System: Linux
Steps To Reproduce
DATABASE_URL=http://default:changeme@localhost:8123/default
Expected Behavior
HTTP should just work. The clickhouse driver has a clickhouse.ParseDSN
function that does the job for all variants. I can provide a PR.
DATABASE_URL=http://default:changeme@localhost:8123/default