github.com/dhui/migrate@v3.4.0+incompatible/database/clickhouse/README.md (about)

     1  # ClickHouse
     2  
     3  `clickhouse://host:port?username=user&password=qwerty&database=clicks`
     4  
     5  | URL Query  | Description |
     6  |------------|-------------|
     7  | `x-migrations-table`| Name of the migrations table |
     8  | `database` | The name of the database to connect to |
     9  | `username` | The user to sign in as |
    10  | `password` | The user's password | 
    11  | `host` | The host to connect to. |
    12  | `port` | The port to bind to. |