Skip to content

v2.5.3

Compare
Choose a tag to compare
@maoueh maoueh released this 19 Sep 00:32
  • Refactored internal code to support multiple database drivers.

  • Experimental clickhouse is now supported as a new clickhouse is now supported* Added driver abstraction

    You 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.