v2.5.3
-
Refactored internal code to support multiple database drivers.
-
Experimental
clickhouse
is now supported as a newclickhouse
is now supported* Added driver abstractionYou can connect to Clickhouse by using the following DSN:
- Not encrypted:
clickhouse://<host>:9000/<database>?username=<user>&password=<password>
- Encrypted:
clickhouse://<host>:9440/<database>?secure=true&skip_verify=true&username=<user>&password=<password>
If you want to send custom args to the connection, you can use by sending as query params.
- Not encrypted: