MCPcopy Create free account
hub / github.com/sqlc-dev/sqlc / DSN

Method DSN

internal/cmd/vet.go:461–463  ·  view source on GitHub ↗
(dsn string)

Source from the content-addressed store, hash-verified

459}
460
461func (c *checker) DSN(dsn string) (string, error) {
462 return c.Replacer.Replace(dsn), nil
463}
464
465func (c *checker) checkSQL(ctx context.Context, s config.SQL) error {
466 // TODO: Create a separate function for this logic so we can

Callers 1

fetchDatabaseUriMethod · 0.95

Calls 1

ReplaceMethod · 0.45

Tested by

no test coverage detected