Versions in this module Expand all Collapse all v0 v0.0.2 Sep 11, 2020 v0.0.1 Jul 30, 2020 Changes in this version + type TestDB struct + DBName string + Pool capepg.Pool + RootDBURL *url.URL + TestDBURL *url.URL + func CreateTestDB() (*TestDB, error) + func (t *TestDB) Setup(ctx context.Context) error + func (t *TestDB) Teardown(ctx context.Context) error