clickhousedb

package
v0.0.0-...-92b010d Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DBInitErr = "DBInitErr"
)

Variables

This section is empty.

Functions

func DB

func DB(c ClickHouseConfig) (*gorm.DB, error)

Types

type ClickHouseConfig

type ClickHouseConfig struct {
	DSN string `json:"DSN"`
	// 最大活跃链接数
	MaxOpenConns int `json:"MaxOpenConns"`
	// 最大空闲链接数
	MaxIdleConns int `json:"MaxIdleConns"`
	// 最大生命时间(秒)
	MaxLifetime int `json:"MaxLifetime"`
	// 最大空闲时间(秒)
	MaxIdleTime int `json:"MaxIdleTime"`
	// 日志级别
	LogLevel db.LogLevel `json:"LogLevel"`
	// 慢sql 定义(单位秒)
	SlowThreshold int `json:"SlowThreshold"`
}

Jump to

Keyboard shortcuts

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