MCPcopy
hub / github.com/BuilderIO/agent-native / isPostgresUrl

Function isPostgresUrl

packages/core/src/scripts/db/check-scoping.ts:19–21  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

17import { parseArgs } from "../utils.js";
18
19function isPostgresUrl(url: string): boolean {
20 return url.startsWith("postgres://") || url.startsWith("postgresql://");
21}
22
23interface TableColumn {
24 table: string;

Callers 1

dbCheckScopingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected