Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Client } from
'postgres'
;
2
import
'@std/dotenv/load'
;
3
4
const
POSTGRESQL_HOST = Deno.env.get(
'POSTGRESQL_HOST'
) ||
''
;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected