migrate/database/clickhouse
Dale Hui f584949470 Update imports to reference fork.
Thanks `make rewrite-import-paths`!
2018-01-19 10:56:55 -08:00
..
examples/migrations Add WithInstance 2017-06-21 17:06:04 +03:00
README.md Add WithInstance 2017-06-21 17:06:04 +03: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.