func golang.org/x/pkgsite/internal/postgres.New

3 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		postgres.go#L28: func New(db *database.DB) *DB {
		test_helper.go#L102: 	return New(db), nil

	golang.org/x/pkgsite/cmd/internal/cmdconfig
		cmdconfig.go#L128: 	return postgres.New(ddb), nil