Documentation ¶
Overview ¶
数据库连接处理,根据配置文件进行。
提供的配置信息为*cpool.Section类型。 需要配置信息提供的配置项为:
type # 数据库类型,目前只支持使用postgresql server # 数据库服务器的地址 port # 数据库服务器的端口号 user # 数据库访问用户名 passwd # 数据库访问用户的密码 dbname # 数据库名
目前只支持PostgreSQL连接。
Index ¶
Constants ¶
View Source
const ( //数据库的类型 DATABASE_TYPE_POSTGRESQL = iota DATABASE_TYPE_MYSQL DATABASE_TYPE_SQLITE )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.