Documentation
¶
Overview ¶
Package postgrestest provides isolated real-PostgreSQL control for adapter integration tests. It is internal to Modary's adapter tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewControl ¶
func NewControl(db *sql.DB) (databasecontrol.Control, error)
NewControl binds the PostgreSQL test control contract to an existing pool. The pool must already resolve its search_path to an isolated test schema.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.