# Functions
GetInstance 获取数据库实例.
InitDB 初始化数据库连接.
NewFreshDB 实例化全新的数据库链接
直接返回原生的连接实例
rInstance为读实例,wInstance为写实例.
No description provided by the author
# Constants
数据库类型标识:clickhouse.
数据库类型标识:mysql.
数据库类型标识:postgres sql.
数据库类型标识:sqlite.
数据库类型标识:sqlserver.
# Structs
No description provided by the author
ClickhouseConfItem clickhouse配置.
Conf 配置信息.
ConnectionPoolConf 连接池配置.
No description provided by the author
No description provided by the author
MysqlConfItem mysql配置.
No description provided by the author
PostgresConfItem postgres配置.
No description provided by the author
SqliteConfItem sqlite配置.
No description provided by the author
SqlserverConfItem sqlserver配置.
No description provided by the author