MCPcopy
hub / github.com/sqlc-dev/sqlc / ReadOnlyPostgreSQL

Function ReadOnlyPostgreSQL

internal/sqltest/local/postgres.go:29–31  ·  view source on GitHub ↗
(t *testing.T, migrations []string)

Source from the content-addressed store, hash-verified

27}
28
29func ReadOnlyPostgreSQL(t *testing.T, migrations []string) string {
30 return postgreSQL(t, migrations, false)
31}
32
33func postgreSQL(t *testing.T, migrations []string, rw bool) string {
34 ctx := context.Background()

Callers

nothing calls this directly

Calls 1

postgreSQLFunction · 0.85

Tested by

no test coverage detected