mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Add ClickHouse support (#140)
This commit is contained in:
parent
8234882546
commit
c2dd1bd5af
7 changed files with 633 additions and 4 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/amacneil/dbmate
|
|||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/ClickHouse/clickhouse-go v1.4.1
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue