migrate/database/clickhouse
Dale Hui b742ec3de4 Use unix line endings 2018-07-09 19:21:40 -07:00
..
examples/migrations Add WithInstance 2017-06-21 17:06:04 +03:00
README.md Use unix line endings 2018-07-09 19:21:40 -07:00
clickhouse.go Update imports to reference fork. 2018-01-19 10:56:55 -08:00

README.md

ClickHouse

clickhouse://host:port?username=user&password=qwerty&database=clicks

URL Query Description
x-migrations-table Name of the migrations table
database The name of the database to connect to
username The user to sign in as
password The user's password
host The host to connect to.
port The port to bind to.