Skip to content

charlieparkes/go-pgtest

Repository files navigation

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)

About

write golang tests with dockerized postgres

Resources

License

Stars

Watchers

Forks

Packages

No packages published