MCPcopy
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
200export 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

pkFunction · 0.90
realTypeFunction · 0.90
update-slide.tsFile · 0.90
[id].patch.tsFile · 0.90
getActiveOrganizationIdFunction · 0.90
edit-document.tsFile · 0.90
add-comment.tsFile · 0.90
[id].patch.tsFile · 0.90

Calls 1

getDialectFunction · 0.85

Tested by

no test coverage detected