Documentation ¶
Index ¶
Constants ¶
View Source
const DriverName = "postgres"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { // URL is the Postgres connection URL. See https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING URL string `yaml:"url"` ConnPool *internal.ConnPoolConf `yaml:"connPool"` }
Click to show internal directories.
Click to hide internal directories.