Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
import
{ parseArgs } from
"../utils.js"
;
18
19
function
isPostgresUrl(url: string): boolean {
20
return
url.startsWith(
"postgres://"
) || url.startsWith(
"postgresql://"
);
21
}
22
23
interface
TableColumn {
24
table: string;
Callers
1
dbCheckScoping
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected