MCPcopy Create free account
hub / github.com/NobleMajo/al-sql / getDatabasesQuery

Method getDatabasesQuery

src/pg.ts:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 getDatabasesQuery(): ExecutableSqlQuery {
43 return [
44 `SELECT * FROM pg_database`
45 ]
46 }
47
48 getTablesQuery(
49 ): ExecutableSqlQuery {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected