Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PgContainer ¶
type PgContainer struct { Container // contains filtered or unexported fields }
func NewPGContainer ¶
func NewPGContainer(db string) (*PgContainer, error)
NewPGContainer creates a new container running PG and blocks until it is ready to use.
func (*PgContainer) ConnectionString ¶
func (p *PgContainer) ConnectionString() (string, error)
Click to show internal directories.
Click to hide internal directories.