clickhouseclient

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(config *Config) (client *Client, err error)

func (*Client) Client

func (c *Client) Client() *sqlx.DB

func (*Client) Close

func (c *Client) Close() error

type Config

type Config struct {
	Addr         string
	User         string
	Password     string
	Database     string
	ReadTimeout  int
	WriteTimeout int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL