Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BuilderIO/agent-native
/ isPostgres
Function
isPostgres
packages/core/src/db/client.ts:200–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
export
function
isPostgres(): boolean {
201
return
getDialect() ===
"postgres"
;
202
}
203
204
/**
205
* Returns true when the database is a local-only SQLite file (or unset, which
Callers
15
pk
Function · 0.90
realType
Function · 0.90
update-slide.ts
File · 0.90
add-slide-comment.ts
File · 0.90
[id].patch.ts
File · 0.90
getActiveOrganizationId
Function · 0.90
retypeBooleanColumnsOnPostgres
Function · 0.90
edit-document.ts
File · 0.90
add-comment.ts
File · 0.90
sync-notion-comments.ts
File · 0.90
[id].patch.ts
File · 0.90
list-organization-state.ts
File · 0.90
Calls
1
getDialect
Function · 0.85
Tested by
no test coverage detected