Documentation
¶
Overview ¶
Package store is a pgSCV database helper
Index ¶
Constants ¶
View Source
const TestPgbouncerConnStr = "host=127.0.0.1 port=6432 user=pgscv dbname=pgbouncer sslmode=disable password=pgscv"
TestPgbouncerConnStr Pgbouncer connection string
View Source
const TestPostgresConnStr = "host=127.0.0.1 port=5432 user=pgscv dbname=pgscv_fixtures sslmode=disable"
TestPostgresConnStr PostgreSQL connection string
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB is the database representation
func NewTestPgbouncer ¶
NewTestPgbouncer create Pgbouncer test
func NewWithConfig ¶
NewWithConfig creates new connection to Postgres/Pgbouncer using passed Config.
Click to show internal directories.
Click to hide internal directories.