MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / database.ts

File database.ts

lib/interfaces/database.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Client } from 'postgres';
2import '@std/dotenv/load';
3
4const POSTGRESQL_HOST = Deno.env.get('POSTGRESQL_HOST') || '';

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected