Versions in this module Expand all Collapse all v2 v2.0.3 Jun 10, 2022 v2.0.2 Jun 9, 2022 Changes in this version + func CreateTableNative(ctx context.Context, conn driver.Conn) error + func CreateTableSQL(ctx context.Context, conn *sql.DB) error + func ExampleTableColumns() []string + func ExampleTableName() string + type ExampleTable struct + ID int32 + InsertTS time.Time + UUID string + func (t *ExampleTable) Row() cxbuffer.RowSlice Other modules containing this package github.com/zikwall/clickhouse-buffer/v3 github.com/zikwall/clickhouse-buffer/v4