Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 221 Bytes

go-pgtest

Import github.com/charlieparkes/go-pgtest.

Example

For a full example, see examples/.

    p, err := pgtest.NewPostgres(ctx)
    pool, err := p.Connect(ctx)
    p.TearDown(ctx)